forked from pool/xorg-x11-server
- 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:
parent
5b355be2a2
commit
563829c54b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user