X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=d25c448caef0cc855ef6b52594cf6e1f22a43650;hb=7057e733c1465661c410b65d90e4c5d0939f1617;hp=3d8fecaaaefc738467f34253db8fb2dbfb47f5bb;hpb=67a9f57e67c3b2c147969c752532fd55eb99259c;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 3d8feca..d25c448 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,10 +26,16 @@ #include "win32_compat.h" #else #include -#include -#include #endif/*WIN32*/ +#ifdef HAVE_NETINET_IN_H +#include +#endif + +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + #include #include #include