2012-04-22 16:06:16 +02:00
|
|
|
$NetBSD: patch-aa,v 1.2 2012/04/22 14:06:16 obache Exp $
|
2010-09-16 12:09:07 +02:00
|
|
|
|
|
|
|
standard location.
|
|
|
|
|
2012-04-22 16:06:16 +02:00
|
|
|
--- src/engine.cpp.orig 2012-02-29 02:48:14.000000000 +0000
|
2010-09-16 12:09:07 +02:00
|
|
|
+++ src/engine.cpp
|
2012-04-22 16:06:16 +02:00
|
|
|
@@ -4,7 +4,7 @@
|
2010-09-16 12:09:07 +02:00
|
|
|
#include <libintl.h>
|
2012-04-22 16:06:16 +02:00
|
|
|
#include <stdlib.h>
|
2010-09-16 12:09:07 +02:00
|
|
|
|
|
|
|
-#include <wait.h>
|
|
|
|
+#include <sys/wait.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
#include <ibus.h>
|