diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:31:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:31:40 +0000 |
commit | bb0482b9315094647a5553c819131f4ec51bc57e (patch) | |
tree | a0c4f4d3c0207add96f1160f3f25e1d137b9109e /lib/libkeynote/base64.c | |
parent | 4b2fb38fbb533e1192af0bfb3386a4b7d6441483 (diff) |
sync
Diffstat (limited to 'lib/libkeynote/base64.c')
-rw-r--r-- | lib/libkeynote/base64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkeynote/base64.c b/lib/libkeynote/base64.c index c5130f379da..54cd3e6447b 100644 --- a/lib/libkeynote/base64.c +++ b/lib/libkeynote/base64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: base64.c,v 1.5 1999/10/09 19:47:31 angelos Exp $ */ +/* $OpenBSD: base64.c,v 1.6 1999/10/26 22:31:37 angelos Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. * @@ -57,6 +57,7 @@ #endif /* !HAVE_STRCHR */ #endif /* STDC_HEADERS */ +#include "header.h" #include "keynote.h" #if defined(HAVE___B64_NTOP) |