summaryrefslogtreecommitdiff
path: root/lib/libkeynote/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkeynote/base64.c')
-rw-r--r--lib/libkeynote/base64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/base64.c b/lib/libkeynote/base64.c
index 51331ff8c21..284d48ec37f 100644
--- a/lib/libkeynote/base64.c
+++ b/lib/libkeynote/base64.c
@@ -1,5 +1,4 @@
-/* $OpenBSD: base64.c,v 1.1 1999/05/23 22:11:06 angelos Exp $ */
-
+/* $OpenBSD: base64.c,v 1.2 1999/05/31 20:09:58 angelos Exp $ */
/*
* Copyright (c) 1996 by Internet Software Consortium.
*
@@ -47,6 +46,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+
#include "keynote.h"
#define Assert(Cond) if (!(Cond)) return -1;