Stefan Dirsch
c773d0dc89
Update to 1.0.6 OBS-URL: https://build.opensuse.org/request/show/113632 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xmodmap?expand=0&rev=2
13 lines
293 B
Diff
13 lines
293 B
Diff
Index: xmodmap-1.0.6/xmodmap.c
|
|
===================================================================
|
|
--- xmodmap-1.0.6.orig/xmodmap.c
|
|
+++ xmodmap-1.0.6/xmodmap.c
|
|
@@ -26,6 +26,7 @@ from The Open Group.
|
|
|
|
*/
|
|
|
|
+#define _GNU_SOURCE
|
|
#include <X11/Xos.h>
|
|
#include <X11/Xlib.h>
|
|
#include <stdio.h>
|