summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 19:37:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 19:39:33 +0300
commit8a7279daea883f86c2a500c368d252394faeea5b (patch)
tree02ca51df41ebe0c0acb3de0cf985f8407fcd68b4 /src/utils/copynpaste.cpp
parent909054f9606fa2c1c9825e3cf2e025df2e3710a1 (diff)
downloadManaVerse-8a7279daea883f86c2a500c368d252394faeea5b.tar.gz
ManaVerse-8a7279daea883f86c2a500c368d252394faeea5b.tar.bz2
ManaVerse-8a7279daea883f86c2a500c368d252394faeea5b.tar.xz
ManaVerse-8a7279daea883f86c2a500c368d252394faeea5b.zip
Move nacl messages related functions into separate file.
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r--src/utils/copynpaste.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 0f43c9127..fc8441dff 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -472,7 +472,7 @@ static bool runxsel(std::string& text, const char *p1, const char *p2)
#elif defined __native_client__
-#include "utils/process.h"
+#include "utils/naclmessages.h"
bool retrieveBuffer(std::string& text, size_t& pos)
{