X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fcompat.h;h=ac7ed55808d9528b163551c20794810faf6e82aa;hb=e638fde6717b993ea123ef693c865ae0935a8cc5;hp=1c217c4ca752d4e34fc5a552c06ff16e9c2514ba;hpb=b0bcb8f6b0571592a50ce039882c9319e012a270;p=netatalk.git diff --git a/include/atalk/compat.h b/include/atalk/compat.h index 1c217c4c..ac7ed558 100644 --- a/include/atalk/compat.h +++ b/include/atalk/compat.h @@ -6,10 +6,11 @@ * are checks for EINTR everywhere. */ -#include - +#ifdef HAVE_CONFIG_H #include "config.h" +#include + #if defined(ultrix) || defined(_IBMR2) || defined(NEED_GETUSERSHELL) extern char *getusershell (void); #endif @@ -58,3 +59,4 @@ extern size_t strlcpy (char *, const char *, size_t); extern size_t strlcat (char *, const char *, size_t); #endif +#endif