diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-29 11:35:57 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2004-06-29 11:35:57 +0000 |
commit | 1207847f16685fd29f229d5bbfd02afe2b63ebd5 (patch) | |
tree | b5837e04d249b53f6a1de124690189c217bd14e5 /lib/libkeynote/environment.c | |
parent | 5016e60b1a6ae17a535d6689e1884b195364f918 (diff) |
Header cleanup.
ok hshoexer@
Diffstat (limited to 'lib/libkeynote/environment.c')
-rw-r--r-- | lib/libkeynote/environment.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/environment.c b/lib/libkeynote/environment.c index ba4e0f39daf..e766c8959e7 100644 --- a/lib/libkeynote/environment.c +++ b/lib/libkeynote/environment.c @@ -1,4 +1,4 @@ -/* $OpenBSD: environment.c,v 1.18 2004/06/25 05:06:49 msf Exp $ */ +/* $OpenBSD: environment.c,v 1.19 2004/06/29 11:35:56 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -25,12 +25,12 @@ #include <ctype.h> #include <fcntl.h> #include <memory.h> +#include <regex.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> -#include "header.h" #include "keynote.h" #include "assertion.h" |