xref: /openbsd-src/gnu/usr.bin/perl/win32/include/netdb.h (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
1 /* netdb.h */
2 
3 /* djl */
4 /* Provide UNIX compatibility */
5 
6 
7 #ifndef  _INC_NETDB
8 #define  _INC_NETDB
9 
10 #include <sys/socket.h>
11 
12 #endif /* _INC_NETDB */
13