mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
13 lines
359 B
Diff
13 lines
359 B
Diff
--- binutils-2.9.1/include/libiberty.h 1998-05-01 17:48:25.000000000 +0200
|
|
+++ binutils-2.9.1/include/libiberty.h 2012-08-04 12:43:35.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. */
|
|
|