summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 11:52:54 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 11:52:54 +1100
commit4d007769bfa3e77c4ce5f964220ea262e9a1e69a (patch)
treeec023584baf5eaaeda239f8ed5d6330712bcdce0 /packet.c
parent398e1cfa23843c8a54864b00384ea84e669dd6d9 (diff)
- stevesk@cvs.openbsd.org 2002/01/24 21:13:23
[packet.c] need misc.h for set_nodelay()
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index 3a498f631..e334c4b69 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.86 2002/01/24 21:09:25 stevesk Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.87 2002/01/24 21:13:23 stevesk Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
@@ -59,6 +59,7 @@ RCSID("$OpenBSD: packet.c,v 1.86 2002/01/24 21:09:25 stevesk Exp $");
59#include "mac.h" 59#include "mac.h"
60#include "log.h" 60#include "log.h"
61#include "canohost.h" 61#include "canohost.h"
62#include "misc.h"
62 63
63#ifdef PACKET_DEBUG 64#ifdef PACKET_DEBUG
64#define DBG(x) x 65#define DBG(x) x