Files
ray/src/shims/windows/netdb.h
T
mehrdadnandPhilipp Moritz b0b6b56bb7 Platform shims for Windows (#6548)
* Platform shims for Windows

* Satisfy linter
2019-12-20 12:32:07 -08:00

7 lines
77 B
C

#ifndef NETDB_H
#define NETDB_H
#include <ws2tcpip.h>
#endif /* NETDB_H */