diff options
Diffstat (limited to 'hicn-light/src/utils/address.c')
-rw-r--r-- | hicn-light/src/utils/address.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hicn-light/src/utils/address.c b/hicn-light/src/utils/address.c index 3f6fe2591..ee1167de0 100644 --- a/hicn-light/src/utils/address.c +++ b/hicn-light/src/utils/address.c @@ -13,12 +13,13 @@ * limitations under the License. */ +#ifndef _WIN32 #include <arpa/inet.h> +#include <unistd.h> +#endif #include <errno.h> #include <src/config.h> #include <stdio.h> -#include <strings.h> -#include <unistd.h> #include <src/utils/address.h> |