11 lines
299 B
Diff
11 lines
299 B
Diff
--- scim-1.4.14/src/scim_hotkey.cpp.bero 2012-06-25 10:04:12.597708463 +0200
|
|
+++ scim-1.4.14/src/scim_hotkey.cpp 2012-06-25 10:04:30.092707639 +0200
|
|
@@ -26,6 +26,7 @@
|
|
#include "scim_private.h"
|
|
#include "scim.h"
|
|
#include "scim_stl_map.h"
|
|
+#include <unistd.h> // for access()
|
|
|
|
namespace scim {
|
|
|