diff options
Diffstat (limited to 'lib/libkeynote/keynote-ver.l')
-rw-r--r-- | lib/libkeynote/keynote-ver.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkeynote/keynote-ver.l b/lib/libkeynote/keynote-ver.l index 75d67c3a363..d352cc37441 100644 --- a/lib/libkeynote/keynote-ver.l +++ b/lib/libkeynote/keynote-ver.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: keynote-ver.l,v 1.13 2004/06/25 05:06:49 msf Exp $ */ +/* $OpenBSD: keynote-ver.l,v 1.14 2004/06/29 11:35:56 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -24,6 +24,7 @@ #include <sys/types.h> #include <ctype.h> +#include <regex.h> #include <string.h> #include <time.h> #include <unistd.h> |