diff options
Diffstat (limited to 'databases/gq/patches/patch-aq')
-rw-r--r-- | databases/gq/patches/patch-aq | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/gq/patches/patch-aq b/databases/gq/patches/patch-aq new file mode 100644 index 00000000000..4dc87a7b9ba --- /dev/null +++ b/databases/gq/patches/patch-aq @@ -0,0 +1,17 @@ +$NetBSD: patch-aq,v 1.1 2006/07/17 08:46:29 seb Exp $ + +--- src/prefs.c.orig 2003-11-03 21:44:19.000000000 +0000 ++++ src/prefs.c +@@ -35,11 +35,11 @@ + #include <string.h> + #include <ctype.h> + ++#include "util.h" + #include "configfile.h" + #include "common.h" + #include "prefs.h" + #include "mainwin.h" +-#include "util.h" + #include "template.h" + #include "errorchain.h" + #include "debug.h" |