diff options
Diffstat (limited to 'lib/libkeynote/base64.c')
-rw-r--r-- | lib/libkeynote/base64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkeynote/base64.c b/lib/libkeynote/base64.c index 414352809fe..070af30cf87 100644 --- a/lib/libkeynote/base64.c +++ b/lib/libkeynote/base64.c @@ -1,5 +1,5 @@ -/* $OpenBSD: base64.c,v 1.10 2004/06/25 05:06:49 msf Exp $ */ -/* $OpenBSD: base64.c,v 1.10 2004/06/25 05:06:49 msf Exp $ */ +/* $OpenBSD: base64.c,v 1.11 2004/06/29 11:35:56 msf Exp $ */ +/* $OpenBSD: base64.c,v 1.11 2004/06/29 11:35:56 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -23,11 +23,11 @@ #include <sys/types.h> #include <ctype.h> +#include <regex.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "header.h" #include "keynote.h" int __b64_ntop(unsigned char const *, size_t, char *, size_t); |