From 005fe597a44b4490a39eeaa05a44e024e4100994 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 19 Apr 2012 15:31:17 -0400 Subject: [PATCH] build: Add additional header files to configure script. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 326549e..2557642 100755 --- a/configure +++ b/configure @@ -26,7 +26,7 @@ # SUCH DAMAGE. # -REQUIRE_HEADER="stdbool.h stdint.h" +REQUIRE_HEADER="stdbool.h stddef.h stdint.h string.h" EXIT_SUCCESS=0 EXIT_FAILURE=1