# HG changeset patch # User Christian Kamm # Date 1241971412 -7200 # Node ID 2e98ddd72fa739195eb2053ec81140f7d1996a7d # Parent 99ebaa4dd4141313774af465ffdad61491673aba Explicitly include string.h for strdup. diff -r 99ebaa4dd414 -r 2e98ddd72fa7 gen/configfile.cpp --- a/gen/configfile.cpp Sun May 10 17:58:35 2009 +0200 +++ b/gen/configfile.cpp Sun May 10 18:03:32 2009 +0200 @@ -1,6 +1,7 @@ #include #include #include +#include #include "llvm/System/Path.h"