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 fe9906bb4bd..6f58cf9e576 100644 --- a/lib/libkeynote/aux.c +++ b/lib/libkeynote/aux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aux.c,v 1.4 1999/10/01 01:08:29 angelos Exp $ */ +/* $OpenBSD: aux.c,v 1.5 1999/10/09 06:59: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" |