avoid compile error in macOS

This commit is contained in:
kanjitalk755 2020-11-20 18:46:45 +09:00
parent c151e24bb8
commit 0d213f9d00
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#endif
#include <assert.h>
#include <stdbool.h>
#include <ctype.h>
#define DEBUG_HOST_RESOLVED_DNS 0