* thread-db.c (enable_thread_event_reporting): Correct warning
[deliverable/binutils-gdb.git] / libiberty / rename.c
index ae26e2d004079e0e955369cb5f8982bf76ee9037..2e9dec18fa1d38c50fbaaf5956bbcb9e24192d50 100644 (file)
@@ -3,7 +3,13 @@
 
 /* Rename a file.  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <errno.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 int
 rename (zfrom, zto)
This page took 0.023693 seconds and 4 git commands to generate.