13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
|
$OpenBSD: patch-mobile_antenna_h,v 1.1 2003/11/01 20:05:01 sturm Exp $
|
||
|
--- mobile/antenna.h.orig 2003-02-26 17:08:59.000000000 -0500
|
||
|
+++ mobile/antenna.h 2003-08-22 07:45:20.000000000 -0400
|
||
|
@@ -41,7 +41,7 @@
|
||
|
#define ns_antenna_h
|
||
|
|
||
|
#include "object.h"
|
||
|
-#include "lib/bsd-list.h"
|
||
|
+#include <sys/queue.h>
|
||
|
|
||
|
class Antenna;
|
||
|
LIST_HEAD(an_head, Antenna);
|