diff options
-rw-r--r-- | lib/safe-read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/safe-read.c b/lib/safe-read.c index 4375bf274..115ddeffb 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -16,13 +16,13 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include <config.h> #endif #include <sys/types.h> -#ifdef HAVE_UNISTD_H +#if HAVE_UNISTD_H # include <unistd.h> #endif |