17 lines
378 B
Plaintext
17 lines
378 B
Plaintext
$NetBSD: patch-aa,v 1.3 2014/05/01 09:19:35 obache Exp $
|
|
|
|
* standard location.
|
|
https://github.com/mrlequoctuan/ibus-unikey/pull/2
|
|
|
|
--- src/engine.cpp.orig 2012-02-29 02:48:14.000000000 +0000
|
|
+++ src/engine.cpp
|
|
@@ -4,7 +4,7 @@
|
|
#include <libintl.h>
|
|
#include <stdlib.h>
|
|
|
|
-#include <wait.h>
|
|
+#include <sys/wait.h>
|
|
#include <string.h>
|
|
#include <X11/Xlib.h>
|
|
#include <ibus.h>
|