Include GUSI.h if using gusi-sockets
This commit is contained in:
parent
e8a0a5c92a
commit
508537b9c9
|
@ -95,6 +95,11 @@ Socket methods:
|
||||||
#define O_NDELAY O_NONBLOCK /* For QNX only? */
|
#define O_NDELAY O_NONBLOCK /* For QNX only? */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_GUSI
|
||||||
|
/* fdopen() isn't declared in stdio.h (sigh) */
|
||||||
|
#include <GUSI.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Here we have some hacks to choose between K&R or ANSI style function
|
/* Here we have some hacks to choose between K&R or ANSI style function
|
||||||
definitions. For NT to build this as an extension module (ie, DLL)
|
definitions. For NT to build this as an extension module (ie, DLL)
|
||||||
|
|
Loading…
Reference in New Issue