* doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
[deliverable/binutils-gdb.git] / libiberty / mkstemps.c
index 16c16a23263a2b77a0065494f7ea32a0d2c3e0a1..4b89162751d6da29470a18d720518d74ecb12ef4 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
@@ -39,7 +40,7 @@
 
 /* We need to provide a type for gcc_uint64_t.  */
 #ifdef __GNUC__
-typedef unsigned long long gcc_uint64_t;
+__extension__ typedef unsigned long long gcc_uint64_t;
 #else
 typedef unsigned long gcc_uint64_t;
 #endif
This page took 0.022492 seconds and 4 git commands to generate.