X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=8311d88169d06edd3c12b89af812689e49984203;hb=728970051cb7420c08c3c4860f09f971880e3244;hp=5dff51780d6b2edfe21ec5c03265c8515c810e07;hpb=108c622a9561676b4df437c318959f79e42d4675;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 5dff517..8311d88 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -14,6 +14,10 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef AROS #include "aros_compat.h" #endif @@ -22,13 +26,16 @@ #include "win32_compat.h" #else #include +#include #endif/*WIN32*/ +#ifdef HAVE_NETINET_IN_H +#include +#endif + #include #include #include -#include -#include #include #include #include "slist.h"