diff options
Diffstat (limited to 'lib/libkeynote/keynote.l')
-rw-r--r-- | lib/libkeynote/keynote.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkeynote/keynote.l b/lib/libkeynote/keynote.l index 8dae7164fc6..6acbb727a47 100644 --- a/lib/libkeynote/keynote.l +++ b/lib/libkeynote/keynote.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: keynote.l,v 1.3 1999/10/01 01:08:30 angelos Exp $ */ +/* $OpenBSD: keynote.l,v 1.4 1999/10/09 06:59:37 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -47,6 +47,7 @@ #endif #include "k.tab.h" +#include "header.h" #include "keynote.h" #include "assertion.h" |