diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:31:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-26 22:31:40 +0000 |
commit | bb0482b9315094647a5553c819131f4ec51bc57e (patch) | |
tree | a0c4f4d3c0207add96f1160f3f25e1d137b9109e /lib/libkeynote/keynote.y | |
parent | 4b2fb38fbb533e1192af0bfb3386a4b7d6441483 (diff) |
sync
Diffstat (limited to 'lib/libkeynote/keynote.y')
-rw-r--r-- | lib/libkeynote/keynote.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkeynote/keynote.y b/lib/libkeynote/keynote.y index fe81a0af93f..689e49caac0 100644 --- a/lib/libkeynote/keynote.y +++ b/lib/libkeynote/keynote.y @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote.y,v 1.5 1999/10/09 19:47:33 angelos Exp $ */ +/* $OpenBSD: keynote.y,v 1.6 1999/10/26 22:31:38 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -57,6 +57,7 @@ #include <string.h> #endif /* STDC_HEADERS */ +#include "header.h" #include "keynote.h" #include "assertion.h" |