2009-06-12 16:28:12 +02:00
|
|
|
Index: gpm-1.20.1/src/gpm.c
|
|
|
|
===================================================================
|
2010-09-09 14:55:44 +02:00
|
|
|
--- src/daemon/gpm.c
|
|
|
|
+++ src/daemon/gpm.c
|
2009-06-12 16:28:12 +02:00
|
|
|
@@ -22,6 +22,7 @@
|
|
|
|
********/
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
+#define __USE_GNU
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h> /* strerror(); ?!? */
|
|
|
|
#include <errno.h>
|