summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/makepath.c')
-rw-r--r--lib/makepath.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/makepath.c b/lib/makepath.c
index d4eaadeec..a725e8597 100644
--- a/lib/makepath.c
+++ b/lib/makepath.c
@@ -1,5 +1,6 @@
/* makepath.c -- Ensure that a directory path exists.
- Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1997, 1998, 1999, 2000, 2002, 2003 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -58,9 +59,7 @@ char *alloca ();
# include <stdlib.h>
#endif
-#if HAVE_ERRNO_H
-# include <errno.h>
-#endif
+#include <errno.h>
#ifndef errno
extern int errno;