13 lines
327 B
Text
13 lines
327 B
Text
$NetBSD: patch-ab,v 1.2 2011/11/24 13:32:20 joerg Exp $
|
|
|
|
--- src/main.cc.orig 2004-09-01 14:23:44.000000000 +0000
|
|
+++ src/main.cc
|
|
@@ -26,6 +26,8 @@
|
|
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
+#include <errno.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
// Include the headers for the pager class and also the spiffy custom exception class
|