changeset 1339:2e98ddd72fa7

Explicitly include string.h for strdup.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 May 2009 18:03:32 +0200
parents 99ebaa4dd414
children 206329112670
files gen/configfile.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <iostream>
 #include <string>
 #include <cassert>
+#include <string.h>
 
 #include "llvm/System/Path.h"