summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet.c b/packet.c
index 81e402232..47e795db9 100644
--- a/packet.c
+++ b/packet.c
@@ -39,7 +39,7 @@
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.105 2003/04/02 09:48:07 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.105 2003/04/02 09:48:07 markus Exp $");
41 41
42#include <sys/queue.h> 42#include "openbsd-compat/sys-queue.h"
43 43
44#include "xmalloc.h" 44#include "xmalloc.h"
45#include "buffer.h" 45#include "buffer.h"