diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-19 23:07:06 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-19 23:07:06 -0700 |
commit | 10f415a60a130ceefc4ce0f32155507763e6cee6 (patch) | |
tree | 56d58e85c2571d6ef4678c464c3ac45a62defbfa | |
parent | 513ba3308502df6b576afd95aa20a57e0ec76d1f (diff) | |
download | mu-10f415a60a130ceefc4ce0f32155507763e6cee6.tar.gz |
3228
-rw-r--r-- | 001help.cc | 2 |
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; |