freebsd-ports/deskutils/xneur/files/patch-lib_main_keymap.c
Guido Falsi b5220dfbba - Update to 0.17.0
- Update MASTER_SITES and WWW in pkg-descr
- Add LICENSE
- Convert to USES localbase and use compiler USES due to nested functions requirement
- Use option helpers
- Regenerate some patches

PR:		201041
Submitted by:	mizhka at gmail.com
Approved by:	admin at lissyara.su (maintainer)
2015-10-20 11:24:34 +00:00

11 lines
176 B
C

--- lib/main/keymap.c.orig 2013-10-24 10:26:35 UTC
+++ lib/main/keymap.c
@@ -17,6 +17,7 @@
*
*/
+#include <X11/Xlocale.h>
#include <X11/XKBlib.h>
#include <stdlib.h>