diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 13:44:28 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-21 13:44:28 +0000 |
commit | 03866fcca14bc4d0de84da4880bc37bfccab5ceb (patch) | |
tree | 6371f817d513bd9f4552f12285036de4e1ed777b /x11-wm/pager/files/patch-pager.c | |
parent | Chase checksum again: no functional changes (diff) |
Upgrade to 0.5.
PR: ports/45562
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70668
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> + |