From d7c984fbefcb22ef01a214036fce87a9739ffe2c Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Sun, 10 May 2009 18:03:32 +0200 Subject: [PATCH] Explicitly include string.h for strdup. --- gen/configfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gen/configfile.cpp b/gen/configfile.cpp index 30dd4605..3459d6a1 100644 --- a/gen/configfile.cpp +++ b/gen/configfile.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "llvm/System/Path.h"