From 3bfa24755d0e6e5d4135695e83f9b02eb37e4c05 Mon Sep 17 00:00:00 2001 From: Ruben Merz Date: Sat, 28 May 2011 01:27:17 +0200 Subject: [PATCH] Add wifi-mac-queue.h to list of headers to install. Necessary to use the Queue attribute of DcaTxop --- src/wifi/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/wscript b/src/wifi/wscript index c1eb70423..1c4963c44 100644 --- a/src/wifi/wscript +++ b/src/wifi/wscript @@ -112,6 +112,7 @@ def build(bld): 'model/yans-error-rate-model.h', 'model/nist-error-rate-model.h', 'model/dsss-error-rate-model.h', + 'model/wifi-mac-queue.h', 'model/dca-txop.h', 'model/wifi-mac-header.h', 'model/qos-utils.h',