diff options
Diffstat (limited to 'lib/libkeynote/aux.c')
-rw-r--r-- | lib/libkeynote/aux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkeynote/aux.c b/lib/libkeynote/aux.c index 46e88773ca0..24ef66d5bff 100644 --- a/lib/libkeynote/aux.c +++ b/lib/libkeynote/aux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aux.c,v 1.6 1999/10/09 19:47:31 angelos Exp $ */ +/* $OpenBSD: aux.c,v 1.7 1999/10/26 22:31:37 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -36,6 +36,7 @@ #include <limits.h> #endif /* HAVE_LIMITS_H */ +#include "header.h" #include "keynote.h" #include "assertion.h" #include "signature.h" |