Don't test HAVE_ERRNO_H. It's not necessary.
authorJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 08:51:10 +0000 (08:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Jan 2003 08:51:10 +0000 (08:51 +0000)
lib/makepath.c

index 0d1a1ef..513549d 100644 (file)
@@ -46,9 +46,7 @@
 # include <stdlib.h>
 #endif
 
-#if HAVE_ERRNO_H
-# include <errno.h>
-#endif
+#include <errno.h>
 
 #ifndef errno
 extern int errno;