diff options
Diffstat (limited to 'wm/obpager/patches/patch-ab')
-rw-r--r-- | wm/obpager/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/obpager/patches/patch-ab b/wm/obpager/patches/patch-ab new file mode 100644 index 00000000000..13df931347c --- /dev/null +++ b/wm/obpager/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2007/06/20 18:09:24 tnn Exp $ + +--- src/main.cc.orig 2007-06-20 19:54:23.000000000 +0200 ++++ src/main.cc +@@ -26,6 +26,7 @@ + + #include <sys/types.h> + #include <unistd.h> ++#include <errno.h> + + + // Include the headers for the pager class and also the spiffy custom exception class |