diff options
Diffstat (limited to 'hicn-light/src/utils/address.h')
-rw-r--r-- | hicn-light/src/utils/address.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/utils/address.h b/hicn-light/src/utils/address.h index a98d15084..d8b0efcab 100644 --- a/hicn-light/src/utils/address.h +++ b/hicn-light/src/utils/address.h @@ -33,9 +33,11 @@ #ifndef address_h #define address_h +#ifndef _WIN32 #include <netinet/in.h> -#include <stdbool.h> #include <sys/un.h> +#endif +#include <stdbool.h> #include <parc/algol/parc_Buffer.h> #include <parc/algol/parc_BufferComposer.h> |