diff options
Diffstat (limited to 'x11-wm/pager/files/patch-pager.c')
-rw-r--r-- | x11-wm/pager/files/patch-pager.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/pager/files/patch-pager.c b/x11-wm/pager/files/patch-pager.c new file mode 100644 index 000000000000..18a6adb098fd --- /dev/null +++ b/x11-wm/pager/files/patch-pager.c @@ -0,0 +1,10 @@ +--- pager.c.orig Thu Nov 21 12:46:28 2002 ++++ pager.c Thu Nov 21 12:46:48 2002 +@@ -24,6 +24,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <sys/time.h> + #include <sys/select.h> + #include <gtk/gtk.h> + |