aboutsummaryrefslogtreecommitdiffstats
path: root/support/getopt.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:33:13 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:33:13 +0200
commit6ff9f60e9aac2334c12b19a9df829c83901172a2 (patch)
treee7f23c5f6152891d1dcef86b8463d676a69052ab /support/getopt.c
parentff709d65225e5b7a53254fc39a2a03e1d03d8f17 (diff)
parentf871e6ebc0f88cf1e48ffd4945bc805a3bab2be2 (diff)
downloadegawk-6ff9f60e9aac2334c12b19a9df829c83901172a2.tar.gz
egawk-6ff9f60e9aac2334c12b19a9df829c83901172a2.tar.bz2
egawk-6ff9f60e9aac2334c12b19a9df829c83901172a2.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support/getopt.c')
-rw-r--r--support/getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/getopt.c b/support/getopt.c
index 8bc59610..64293754 100644
--- a/support/getopt.c
+++ b/support/getopt.c
@@ -30,6 +30,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h> /* For malloc and free */
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C