From: Jonathan McDowell Date: Sun, 10 Apr 2011 17:55:42 +0000 (-0700) Subject: Fix onak.c to include version.h not config.h X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/8a1337cda8055ff06e54c1def4b13eea133c7672 Fix onak.c to include version.h not config.h Oops; broken with the move from PACKAGE_VERSION to ONAK_VERSION. --- 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)