changeset 4159:1d5d32470321

Don't test HAVE_ERRNO_H. It's not necessary.
author Jim Meyering <jim@meyering.net>
date Sun, 12 Jan 2003 08:51:10 +0000
parents 48c2c3561c86
children 51b363135f7d
files lib/makepath.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/makepath.c
+++ b/lib/makepath.c
@@ -46,9 +46,7 @@
 # include <stdlib.h>
 #endif
 
-#if HAVE_ERRNO_H
-# include <errno.h>
-#endif
+#include <errno.h>
 
 #ifndef errno
 extern int errno;