This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable new wcs variables for Win32
[perl5.git] / win32 / include / netdb.h
CommitLineData
cb69f87a 1/* netdb.h */
0a753a76 2
cb69f87a
MB
3/* djl */
4/* Provide UNIX compatibility */
0a753a76 5
6
7#ifndef _INC_NETDB
8#define _INC_NETDB
9
10#include <sys/socket.h>
11
cb69f87a 12#endif /* _INC_NETDB */