diff options
Diffstat (limited to 'x11/kkbswitch/patches')
-rw-r--r-- | x11/kkbswitch/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kkbswitch/patches/patch-ab b/x11/kkbswitch/patches/patch-ab new file mode 100644 index 00000000000..704733c5097 --- /dev/null +++ b/x11/kkbswitch/patches/patch-ab @@ -0,0 +1,13 @@ +$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> |