openbsd-ports/net/ns/patches/patch-mac_channel_cc
2007-10-24 15:01:09 +00:00

13 lines
391 B
Plaintext

$OpenBSD: patch-mac_channel_cc,v 1.2 2007/10/24 15:01:09 steven Exp $
--- mac/channel.cc.orig Thu Feb 3 21:15:00 2005
+++ mac/channel.cc Sat Oct 13 22:22:22 2007
@@ -55,7 +55,7 @@ static const char rcsid[] =
#include "packet.h"
#include "mac.h"
#include "channel.h"
-#include "lib/bsd-list.h"
+#include <sys/queue.h>
#include "phy.h"
#include "wireless-phy.h"
#include "mobilenode.h"