summaryrefslogtreecommitdiff
path: root/src/cat/CommandInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/CommandInterface.cpp')
-rw-r--r--src/cat/CommandInterface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp
index 7c6dd83..240e7e4 100644
--- a/src/cat/CommandInterface.cpp
+++ b/src/cat/CommandInterface.cpp
@@ -8,7 +8,9 @@
#include <iostream>
#include <string>
#include <string.h>
+#if !defined(WIN) || defined(__GNUC__)
#include <strings.h>
+#endif
#include "CommandInterface.h"
#include "game/GameModel.h"
#include "game/GameController.h"