Commit 9c449d04 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make things compile on OpenBSD

Submitted by:	Brad Smith <brad@comstyle.com>
parent a8ac09bb
......@@ -29,6 +29,8 @@
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
......
......@@ -31,6 +31,8 @@
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
......
......@@ -31,6 +31,7 @@
#include "config.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
......
......@@ -34,6 +34,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_MOUNT_H
# include <sys/param.h>
# include <sys/mount.h>
#endif
#ifdef HAVE_SYS_STATVFS_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