mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
13 lines
462 B
Diff
13 lines
462 B
Diff
Index: gpm-1.99.7/src/daemon/processconn.c
|
|
===================================================================
|
|
--- gpm-1.99.7.orig/src/daemon/processconn.c 2010-09-29 17:36:18.571782951 +0400
|
|
+++ gpm-1.99.7/src/daemon/processconn.c 2010-09-29 17:42:44.659991758 +0400
|
|
@@ -20,6 +20,7 @@
|
|
*
|
|
********/
|
|
|
|
+#define _GNU_SOURCE
|
|
#include <sys/socket.h> /* accept */
|
|
#include <stdlib.h> /* malloc */
|
|
#include <unistd.h> /* close */
|