diff --git a/skeletons/constr_CHOICE.c b/skeletons/constr_CHOICE.c index d1beff42..7870a4cf 100644 --- a/skeletons/constr_CHOICE.c +++ b/skeletons/constr_CHOICE.c @@ -3,7 +3,6 @@ * Redistribution and modifications are permitted subject to BSD license. */ #include -#include /* for ntohl */ #include /* diff --git a/skeletons/constr_SET.c b/skeletons/constr_SET.c index a01b8044..2fd0ac9b 100644 --- a/skeletons/constr_SET.c +++ b/skeletons/constr_SET.c @@ -3,9 +3,14 @@ * Redistribution and modifications are permitted subject to BSD license. */ #include -#include /* for ntohl() */ #include /* for assert() */ +#ifndef WIN32 +#include /* for ntohl() */ +#else +#include /* for ntohl() */ +#endif + /* * Number of bytes left for this structure. * (ctx->left) indicates the number of bytes _transferred_ for the structure.