From b1cb08b256587f6c5d2c484438d942e58583ba88 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:20 +0000 Subject: [PATCH] cscvs to tla changeset 47 Author: noodles Date: 2002/11/24 14:05:20 Fixed compile warnings due to keyindex/decodekey split. --- keydb_db3.c | 2 +- keydb_pg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keydb_db3.c b/keydb_db3.c index a6946b3..6177ac7 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -21,7 +21,7 @@ #include "charfuncs.h" #include "keydb.h" #include "keyid.h" -#include "keyindex.h" +#include "decodekey.h" #include "keystructs.h" #include "mem.h" #include "onak-conf.h" diff --git a/keydb_pg.c b/keydb_pg.c index f1cd009..adfbc69 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -23,7 +23,7 @@ #include "hash.h" #include "keydb.h" #include "keyid.h" -#include "keyindex.h" +#include "decodekey.h" #include "keystructs.h" #include "mem.h" #include "onak-conf.h" -- 2.30.2