summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl0/lib/CORE/netdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/CORE/netdb.h')
-rwxr-xr-xMaster/tlpkg/tlperl0/lib/CORE/netdb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/CORE/netdb.h b/Master/tlpkg/tlperl0/lib/CORE/netdb.h
new file mode 100755
index 00000000000..43c03c75446
--- /dev/null
+++ b/Master/tlpkg/tlperl0/lib/CORE/netdb.h
@@ -0,0 +1,12 @@
+/* netdb.h */
+
+/* djl */
+/* Provide UNIX compatibility */
+
+
+#ifndef _INC_NETDB
+#define _INC_NETDB
+
+#include <sys/socket.h>
+
+#endif /* _INC_NETDB */