13 lines
301 B
Diff
13 lines
301 B
Diff
|
Index: gpm-1.20.1/src/gpm.c
|
||
|
===================================================================
|
||
|
--- src/daemon/gpm.c
|
||
|
+++ src/daemon/gpm.c
|
||
|
@@ -22,6 +22,7 @@
|
||
|
********/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
+#define __USE_GNU
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h> /* strerror(); ?!? */
|
||
|
#include <errno.h>
|