Since BSD is defined in sys/param.h, we need to include that

This commit is contained in:
ws 1995-07-24 13:35:50 +00:00
parent a2465235f4
commit 09d174fdec
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#if defined(SUNOS) || defined(SVR4)
#include <sys/sockio.h>

View File

@ -5,6 +5,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#if defined(SUNOS) || defined(SVR4)
#include <sys/sockio.h>