openbsd-ports/security/fragroute/patches/patch-pkt_h

16 lines
363 B
Plaintext

$OpenBSD: patch-pkt_h,v 1.1 2010/04/30 13:44:15 naddy Exp $
--- pkt.h.orig Fri Apr 30 15:26:29 2010
+++ pkt.h Fri Apr 30 15:26:51 2010
@@ -9,10 +9,10 @@
#ifndef PKT_H
#define PKT_H
+#include <sys/queue.h>
#include <sys/time.h>
#include <dnet.h>
#include <event.h>
-#include "queue.h"
#define PKT_BUF_LEN (ETH_HDR_LEN + ETH_MTU)
#define PKT_BUF_ALIGN 2