Files
GseTDDUebungKCLR/database/perl/lib/CORE/netdb.h
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

13 lines
150 B
C

/* netdb.h */
/* djl */
/* Provide UNIX compatibility */
#ifndef _INC_NETDB
#define _INC_NETDB
#include <sys/socket.h>
#endif /* _INC_NETDB */