Skip to content
Snippets Groups Projects
Commit 4182803b authored by Guenter Knauf's avatar Guenter Knauf
Browse files

added NetWare CLIB-own header to solve gcc warnings.

parent 7509ef6b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@
require it! */
#include <sys/select.h>
#endif
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
#include <sys/bsdskt.h>
#endif
#if defined(WATT32)
#include <netinet/in.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment