Keep .plt section and DT_PLTGOT for prelink
[binutils-gdb.git] / libiberty / mkstemps.c
index a0e68a73b4915d27d97b3b9d5d3779f6c3f7023f..0e06fe17059a03c9a0d343beecaa5d60b8dae00d 100644 (file)
@@ -35,6 +35,8 @@
 #endif
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
+#elif HAVE_TIME_H
+#include <time.h>
 #endif
 #include "ansidecl.h"