X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Finit.c;h=6085b6892bb9cc068f8611aa90113a5ec1b5f910;hb=00748f36c57324ccc2cb21ac9af45d15821cf675;hp=e1d4980913f62a0dcc2129f1b792266a98fb27fb;hpb=2142af5d472ae35afca3b6b2c0da26974e8b11b3;p=deb_libnfs.git diff --git a/lib/init.c b/lib/init.c index e1d4980..6085b68 100644 --- a/lib/init.c +++ b/lib/init.c @@ -11,15 +11,21 @@ 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 WIN32 #include "win32_compat.h" #else -#include #include #endif/*WIN32*/ #define _GNU_SOURCE +#ifdef HAVE_UNISTD_H +#include +#endif + #include #include #include