HP_UX fix for sockio.

This commit is contained in:
Janet B. Anderson
1996-06-11 20:39:52 +00:00
parent 49173bcb97
commit 7412b68956

View File

@@ -24,12 +24,16 @@
#ifdef _OSF_SOURCE
#include <sys/ioctl.h>
#else
#ifdef HP_UX
#include <sys/ioctl.h>
#else
#ifdef linux
#include <sys/socketio.h>
#else
#include <sys/sockio.h>
#endif
#endif
#endif
#include <sys/time.h>
#include <netdb.h>
#include <fcntl.h>