13 lines
466 B
Text
13 lines
466 B
Text
$NetBSD: patch-ab,v 1.1 2005/02/04 01:54:38 wiz Exp $
|
|
|
|
--- kkbswitch/kbconfig.cpp.orig 2005-01-16 00:28:33.000000000 +0600
|
|
+++ kkbswitch/kbconfig.cpp
|
|
@@ -15,6 +15,8 @@
|
|
* *
|
|
***************************************************************************/
|
|
|
|
+/* usleep() is declared in unistd.h by POSIX */
|
|
+#include <unistd.h>
|
|
#include <config.h>
|
|
#include <kdeversion.h>
|
|
#include <klocale.h>
|