summary refs log tree commit diff
path: root/include/compat/netdb.h
blob: d36b91dbae3b1dc502e87d10ddf41bf645f5705d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * Public domain
 * netdb.h compatibility shim
 */

#ifndef _WIN32
#include_next <netdb.h>
#else
#include <win32netcompat.h>
#endif