Better handling of collision with AIX stpncpy() function.
[gnulib.git] / lib / xreadlink.c
index e4c565f..e8c677b 100644 (file)
@@ -30,12 +30,8 @@ extern int errno;
 #endif
 
 #include <limits.h>
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#if HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <sys/types.h>
+#include <stdlib.h>
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif