Declare free() for hpux.
authorStu Grossman <grossman@cygnus>
Thu, 25 Jun 1992 23:11:26 +0000 (23:11 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 25 Jun 1992 23:11:26 +0000 (23:11 +0000)
bfd/hosts/hppahpux.h

index 4c7f1dc9e0d92a3199165fd01804a3553345ef0d..08e08140c304614a300d1d6457c41ae8f7eeba96 100644 (file)
@@ -6,6 +6,9 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
+
+void free();
+
 #ifndef O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif