Commit 563b21e1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Missed these two in yesterdays OpenBSD compat commit.

parent 9c449d04
......@@ -29,6 +29,7 @@
#include "config.h"
#ifdef HAVE_SYS_ENDIAN_H
#include <sys/types.h>
#include <sys/endian.h>
#define VBYTE_ORDER _BYTE_ORDER
#define VBIG_ENDIAN _BIG_ENDIAN
......
......@@ -28,6 +28,8 @@
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <ctype.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment