summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
diff options
context:
space:
mode:
authorJesse Jaara <jesse.jaara@gmail.com>2012-10-02 20:29:40 (GMT)
committer Jesse Jaara <jesse.jaara@gmail.com>2012-10-02 20:29:40 (GMT)
commit1ba412d3bada6c0594559827c5d5bbad79b92a5a (patch)
treee77de0b905aed2e2384985ef2af5dcd16b5a25a2 /src/cat/LuaScriptInterface.cpp
parentb98f5faaceff4b8dee4de763678b7c73a1143476 (diff)
downloadpowder-1ba412d3bada6c0594559827c5d5bbad79b92a5a.zip
powder-1ba412d3bada6c0594559827c5d5bbad79b92a5a.tar.gz
Add couple of missing header files needed by GCC 4.7.
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
-rw-r--r--src/cat/LuaScriptInterface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp
index fc00e24..05b0c3f 100644
--- a/src/cat/LuaScriptInterface.cpp
+++ b/src/cat/LuaScriptInterface.cpp
@@ -11,6 +11,7 @@
#include <algorithm>
#include <locale>
#include <fstream>
+#include <unistd.h>
#include "Config.h"
#include "Format.h"
#include "LuaLuna.h"
@@ -1703,4 +1704,4 @@ std::string LuaScriptInterface::FormatCommand(std::string command)
LuaScriptInterface::~LuaScriptInterface() {
delete legacy;
-} \ No newline at end of file
+}