diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-01 01:40:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-01 01:40:12 +0000 |
commit | 41e7f2ecce98941499340fc129a9f9a2a64bebff (patch) | |
tree | c9ed9aaff4975c52c3e2dcc8fa29c110e8a6e52c /pflocal | |
parent | 4b4ddec612f8cf83f1f82974f83aaadbc10cfff3 (diff) |
2001-03-31 Roland McGrath <roland@frob.com>
* sock.c: Include "connq.h" for connq_destroy decl.
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/sock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pflocal/sock.c b/pflocal/sock.c index f37a2350..c947faf3 100644 --- a/pflocal/sock.c +++ b/pflocal/sock.c @@ -1,8 +1,7 @@ /* Sock functions - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. - - Written by Miles Bader <miles@gnu.ai.mit.edu> + Copyright (C) 1995,96,2000,01 Free Software Foundation, Inc. + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -26,6 +25,7 @@ #include "sock.h" #include "sserver.h" +#include "connq.h" /* ---------------------------------------------------------------- */ |