@@ -11,6 +11,7 @@ Nils Durner <[email protected]>
Heikki Lindholm <[email protected]>
Alex Sadovsky <[email protected]>
Greg Schohn <[email protected]>
+Thomas Martin <[email protected]>
Documentation contributions also came from:
Marco Maggi <[email protected]>
@@ -52,11 +52,21 @@
#include <pthread.h>
#include <sys/types.h>
+
/* different OSes have size_t, fd_set in
a broad range of header files;
we just include most of them (if they
are available) */
+#ifdef OS_VXWORKS
+#include <sockLib.h>
+#include <netinet/in.h>
+#include <stdarg.h>
+#include <sys/mman.h>
+#define RESTRICT __restrict__
+#endif
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
@@ -591,6 +591,6 @@ extern "C"
-//_PLIBC_H_
+/* _PLIBC_H_ */
/* end of plibc.h */