diff options
Diffstat (limited to 'x11-wm/i3/files/patch-src__cfgparse.l')
-rw-r--r-- | x11-wm/i3/files/patch-src__cfgparse.l | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-wm/i3/files/patch-src__cfgparse.l b/x11-wm/i3/files/patch-src__cfgparse.l deleted file mode 100644 index d20dcc78455d..000000000000 --- a/x11-wm/i3/files/patch-src__cfgparse.l +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/cfgparse.l.orig 2011-01-19 21:26:37.000000000 +0100 -+++ ./src/cfgparse.l 2011-01-22 20:43:13.000000000 +0100 -@@ -10,6 +10,7 @@ - */ - #include <stdio.h> - #include <string.h> -+#include <stdint.h> /* Defines uint32_t, required by cfgparse.tab.h */ - #include "cfgparse.tab.h" - #include <xcb/xcb.h> - |