summarylogtreecommitdiffstats
path: root/0001-Fix-missing-symbols.patch
blob: 43d5efcb74251e51fd7bbbbb8dd5121c9a1e4b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -132,6 +132,8 @@
 
 #define POLLFD_CACHE_SIZE 5
 
+#define FIONREAD 0x541B
+
 /* initialize the struct array passed to poll() below */
 Bool _XPollfdCacheInit(
     Display *dpy)