13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
|
$OpenBSD: patch-mac_channel_cc,v 1.1 2003/11/01 20:05:01 sturm Exp $
|
||
|
--- mac/channel.cc.orig 2003-02-26 17:08:55.000000000 -0500
|
||
|
+++ mac/channel.cc 2003-08-22 07:45:20.000000000 -0400
|
||
|
@@ -49,7 +49,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"
|