prepare to upload
[debian/sudo] / getcwd.c
index daa6b4da34ac75b3b50cb1a27cda0810269c0c15..109794ae8174cba1462435c729a7d1bd2defbc3d 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
 #endif /* STDC_HEADERS */
 #ifdef HAVE_STRING_H
 # include <string.h>
-#else
-# ifdef HAVE_STRINGS_H
-#  include <strings.h>
-# endif
 #endif /* HAVE_STRING_H */
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif /* HAVE_STRINGS_H */
 #if defined(HAVE_MALLOC_H) && !defined(STDC_HEADERS)
 # include <malloc.h>
 #endif /* HAVE_MALLOC_H && !STDC_HEADERS */