diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:59:38 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 06:59:38 +0000 |
commit | 6eb9c3379a77019df4804ec2a94c4f44a23ff436 (patch) | |
tree | d4f432fef588d164d1850e71b26e8dd0b4bdc75d /lib/libkeynote/environment.c | |
parent | 78a3820d7c72ca33ca89b44c87a2c5fb3d028e1e (diff) |
Move all ifdefs in header.h (instead of keynote.h), include header.h
in all files including keynote.h, update manpage.
Diffstat (limited to 'lib/libkeynote/environment.c')
-rw-r--r-- | lib/libkeynote/environment.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libkeynote/environment.c b/lib/libkeynote/environment.c index a82e6baed8b..daca4913f07 100644 --- a/lib/libkeynote/environment.c +++ b/lib/libkeynote/environment.c @@ -1,5 +1,5 @@ -/* $OpenBSD: environment.c,v 1.6 1999/10/09 06:34:14 angelos Exp $ */ -/* +/* $OpenBSD: environment.c,v 1.7 1999/10/09 06:59:37 angelos Exp $ */ +/* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * * This code was written by Angelos D. Keromytis in Philadelphia, PA, USA, @@ -49,6 +49,7 @@ #include <unistd.h> #endif /* HAVE_IO_H */ +#include "header.h" #include "keynote.h" #include "assertion.h" |