diff doc/interpreter/munge-texi.cc @ 7048:845ca0affec0

[project @ 2007-10-22 16:55:41 by jwe]
author jwe
date Mon, 22 Oct 2007 16:55:41 +0000
parents a1dbe9d80eee
children f3dbea0e8a1d
line wrap: on
line diff
--- a/doc/interpreter/munge-texi.cc
+++ b/doc/interpreter/munge-texi.cc
@@ -30,6 +30,9 @@
 #include <string>
 #include <map>
 
+#include <cstdlib>
+#include <cstring>
+
 static const char doc_delim = '';
 
 static std::map<std::string, std::string> help_text;