X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_file.c;h=bc3c578667a0a36e205b69567ea3e2dd953f43e2;hb=4b6032dbfb20e041043cfa0b6b84145f49a98a11;hp=69c2b99051b24b199dfcbef0d8e0d252fa8f2a9b;hpb=2458360e75aa46091f60c16e041c07bffe2edefb;p=onak.git diff --git a/keydb_file.c b/keydb_file.c index 69c2b99..bc3c578 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -22,6 +21,8 @@ #include #include #include +#include +#include #include #include #include @@ -31,9 +32,9 @@ #include "keydb.h" #include "keyid.h" #include "keystructs.h" -#include "ll.h" #include "log.h" #include "mem.h" +#include "onak.h" #include "onak-conf.h" #include "parsekey.h"