X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=8311d88169d06edd3c12b89af812689e49984203;hb=728970051cb7420c08c3c4860f09f971880e3244;hp=3d8fecaaaefc738467f34253db8fb2dbfb47f5bb;hpb=cb5b8be2eb2d5b6d837e9f1ae20001e186f4aac2;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 3d8feca..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 @@ -23,9 +27,12 @@ #else #include #include -#include #endif/*WIN32*/ +#ifdef HAVE_NETINET_IN_H +#include +#endif + #include #include #include