summaryrefslogtreecommitdiff
path: root/misc/nxtvepg/patches/patch-ae
blob: 8d09a711501ffac6ae1f5b23df1de02c619d944f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.4 2002/03/04 19:56:53 magick Exp $

--- epgui/epgmain.c.orig	Sun Feb 17 13:38:00 2002
+++ epgui/epgmain.c
@@ -111,6 +111,9 @@
 static const char * const defaultRcFile = "nxtvepg.ini";
 static const char * const defaultDbDir  = ".";
 #else
+#ifdef __NetBSD__
+#include <paths.h>
+#endif
 static const char * defaultRcFile = "~/.nxtvepgrc";
 static const char * defaultDbDir  = EPG_DB_DIR;
 #endif