This commit is contained in:
2024-05-21 19:23:06 +08:00
parent f4f4446a0a
commit 33106b9fbd
3 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
#include <fcntl.h>
#if _WIN32
#include <Windows.h>
#else
#if HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#endif
#include "cstr_util.h"