- u_os-connections-Check-for-stale-FDs.patch

Fix regression - wrong header used.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=615
This commit is contained in:
Egbert Eich 2016-03-05 15:56:29 +00:00 committed by Git OBS Bridge
parent 5b355be2a2
commit 563829c54b

View File

@ -32,7 +32,7 @@ index 461d5d6..a3e433c 100644
#include <stdarg.h>
#include <stdint.h>
#include <string.h>
+#include <sys/types.h>
+#include <sys/select.h>
#define SCREEN_SAVER_ON 0
#define SCREEN_SAVER_OFF 1