From 5d2db4c6437637ff7173ee4748cdfc82429fdbe6 Mon Sep 17 00:00:00 2001
From: "Christopher J. Morrone" <morrone2@llnl.gov>
Date: Tue, 19 Dec 2006 22:32:48 +0000
Subject: [PATCH] Add missing include of stdlib.h.

---
 testsuite/expect/test7.9.prog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/expect/test7.9.prog.c b/testsuite/expect/test7.9.prog.c
index 21ebd6a87be..6dd377fa7f3 100644
--- a/testsuite/expect/test7.9.prog.c
+++ b/testsuite/expect/test7.9.prog.c
@@ -24,6 +24,7 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
 \*****************************************************************************/
 #include <stdio.h>
+#include <stdlib.h> /* exit() prototype is here */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <time.h>
-- 
GitLab