Fix the compile error for CentOS (#175)

This commit is contained in:
Sukchan Lee 2019-04-30 21:22:35 +00:00
parent e5523342d4
commit 49adabdc70
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#define _DEFAULT_SOURCE 1
#define _BSD_SOURCE 1
#include "base/base.h"
#if HAVE_NETINET_IP_H