diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:34:43 +0000 |
commit | 4f66fdc81dd27032d4bdabefa4f7bb508e3a4422 (patch) | |
tree | c114cb15639b7efd01bbff020709f0d005ba31a3 /libiohelp | |
parent | f8d1f68cc4d680248fd585af50c4ef31c9bd5886 (diff) |
Formerly initialize_conch.c.~3~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/initialize_conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/initialize_conch.c b/libiohelp/initialize_conch.c index b965ba5c..4aef2293 100644 --- a/libiohelp/initialize_conch.c +++ b/libiohelp/initialize_conch.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1993 Free Software Foundation + Copyright (C) 1993, 1994 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <libioserver.h> +#include "ioserver.h" void initialize_conch (struct conch *c, struct mutex *m) |