Files
amigaos-cross-toolchain6/patches/gcc-2.95.3/include/libiberty.h.diff
T
2012-08-04 13:01:59 +02:00

13 lines
351 B
Diff

--- gcc-2.95.3/include/libiberty.h 1999-04-07 06:24:19.000000000 +0200
+++ gcc-2.95.3/include/libiberty.h 2012-08-04 11:53:28.000000000 +0200
@@ -16,6 +16,9 @@
#include "ansidecl.h"
+#include <string.h>
+#include <stdlib.h>
+
/* Build an argument vector from a string. Allocates memory using
malloc. Use freeargv to free the vector. */