From 5134135d033b268ac260b4e05ddfebe07b93894f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 24 Dec 2017 21:29:58 +0200 Subject: Add include of stdlib.h to getopt.c. --- support/getopt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'support/getopt.c') 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 +#include /* 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 -- cgit v1.2.3