about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-19 23:07:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-19 23:07:06 -0700
commit10f415a60a130ceefc4ce0f32155507763e6cee6 (patch)
tree56d58e85c2571d6ef4678c464c3ac45a62defbfa /001help.cc
parent513ba3308502df6b576afd95aa20a57e0ec76d1f (diff)
downloadmu-10f415a60a130ceefc4ce0f32155507763e6cee6.tar.gz
3228
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/001help.cc b/001help.cc
index 38e91eed..d652d54e 100644
--- a/001help.cc
+++ b/001help.cc
@@ -238,7 +238,7 @@ using std::cout;
 using std::cerr;
 #include <iomanip>
 
-#include <cstring>
+#include <string.h>
 #include <string>
 using std::string;