diff options
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) { |