blob: c9ddec009a46703a7990cf7bc28a78498b1a17a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-af,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
--- graphman/main.c.orig 2004-08-31 02:57:45.000000000 +0000
+++ graphman/main.c
@@ -19,7 +19,7 @@
/*******************************************************************************/
#ifdef HAVE_CONFIG_H
-# include <config.h>
+# include <../config.h>
#endif
#include <gtk/gtk.h>
@@ -34,6 +34,7 @@
#include "interface.h"
#include "libstring.h"
#include "support.h"
+#include "value.h"
|