From 8a1337cda8055ff06e54c1def4b13eea133c7672 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 10 Apr 2011 10:55:42 -0700 Subject: [PATCH] Fix onak.c to include version.h not config.h Oops; broken with the move from PACKAGE_VERSION to ONAK_VERSION. --- onak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onak.c b/onak.c index 79b1571..b3cc27e 100644 --- a/onak.c +++ b/onak.c @@ -21,7 +21,6 @@ #include "charfuncs.h" #include "cleankey.h" #include "cleanup.h" -#include "config.h" #include "keydb.h" #include "keyid.h" #include "keyindex.h" @@ -32,6 +31,7 @@ #include "onak-conf.h" #include "parsekey.h" #include "photoid.h" +#include "version.h" void find_keys(char *search, uint64_t keyid, bool ishex, bool fingerprint, bool exact, bool verbose) -- 2.30.2