X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fsocket.c;h=96bc695c60c105f518d0a56663f0f55cac19be5f;hb=fc01d2a96189edc0c08fb1d757f83c63077b0516;hp=7a291346b7bb4d4f0f39f8cc728899441407c488;hpb=13283beb698ae90fba9248b25b487d7c79ddd440;p=deb_libnfs.git diff --git a/lib/socket.c b/lib/socket.c index 7a29134..96bc695 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -15,6 +15,9 @@ along with this program; if not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include #include @@ -25,6 +28,9 @@ #include #include #include +#ifdef HAVE_SYS_FILIO_H +#include +#endif #include #include "libnfs.h" #include "libnfs-raw.h"