blob: 13df931347cadf16d153cdb65a423a52f0e18da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|