mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
13 lines
351 B
Diff
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. */
|
|
|