blob: 863f87eff254744e0b93d356592db7e8065c4d51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ae,v 1.3 2001/06/09 15:14:26 magick Exp $
--- epgui/epgmain.c.orig Sat May 19 16:42:02 2001
+++ epgui/epgmain.c
@@ -105,6 +105,9 @@
static const char *rcfile = "nxtvepg.ini";
static const char *dbdir = ".";
#else
+#ifdef __NetBSD__
+#include <paths.h>
+#endif
static const char *rcfile = "~/.nxtvepgrc";
static const char *dbdir = EPG_DB_DIR;
#endif
|