diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 19:37:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 19:39:33 +0300 |
commit | 8a7279daea883f86c2a500c368d252394faeea5b (patch) | |
tree | 02ca51df41ebe0c0acb3de0cf985f8407fcd68b4 /src/utils/copynpaste.cpp | |
parent | 909054f9606fa2c1c9825e3cf2e025df2e3710a1 (diff) | |
download | plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.gz plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.bz2 plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.xz plus-8a7279daea883f86c2a500c368d252394faeea5b.zip |
Move nacl messages related functions into separate file.
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r-- | src/utils/copynpaste.cpp | 2 |
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) { |