summaryrefslogtreecommitdiff
path: root/src/cat/CommandInterface.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-14 16:29:59 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-14 16:29:59 (GMT)
commit3fcfede08f35514cc5af56829a141fba4427f80f (patch)
treef54239bededfa858724c78b30984866fbb0b1b97 /src/cat/CommandInterface.cpp
parenta76e4d71a98d3d3419038dc7a084cbe42b9b4474 (diff)
downloadpowder-3fcfede08f35514cc5af56829a141fba4427f80f.zip
powder-3fcfede08f35514cc5af56829a141fba4427f80f.tar.gz
Add missing strings.h header for strcasecmd
Diffstat (limited to 'src/cat/CommandInterface.cpp')
-rw-r--r--src/cat/CommandInterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp
index 5b45449..2564141 100644
--- a/src/cat/CommandInterface.cpp
+++ b/src/cat/CommandInterface.cpp
@@ -8,6 +8,7 @@
#include <iostream>
#include <string>
#include <string.h>
+#include <strings.h>
#include "CommandInterface.h"
#include "game/GameModel.h"