From 49badf4889539d9686c51eb27aa96d96d2713cc3 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Mon, 20 Nov 2000 23:58:15 +0100 Subject: [PATCH] Added include of <stdlib.h> necessary to use system() and exit() in conftest. Rev: src/post_modules/GTK/configure.in:1.22 --- src/post_modules/GTK/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/post_modules/GTK/configure.in b/src/post_modules/GTK/configure.in index 3d06754ea5..a7a626d00f 100644 --- a/src/post_modules/GTK/configure.in +++ b/src/post_modules/GTK/configure.in @@ -122,6 +122,7 @@ dnl AC_TRY_RUN([ #include <gtk/gtk.h> #include <stdio.h> +#include <stdlib.h> int main () -- GitLab