mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-06-06 21:28:50 +08:00
Fix bug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user