Use the <sys/bitstring.h> rather than <bitstring.h>
This commit is contained in:
parent
24e08b26f0
commit
cc0815a886
@ -41,7 +41,7 @@
|
||||
#include <sys/socketvar.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/taskqueue.h>
|
||||
#include <bitstring.h>
|
||||
#include <sys/bitstring.h>
|
||||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include "ng_bluetooth.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include <sys/taskqueue.h>
|
||||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include <bitstring.h>
|
||||
#include <sys/bitstring.h>
|
||||
#include "ng_bluetooth.h"
|
||||
#include "ng_hci.h"
|
||||
#include "ng_l2cap.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include <sys/taskqueue.h>
|
||||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include <bitstring.h>
|
||||
#include <sys/bitstring.h>
|
||||
#include "ng_bluetooth.h"
|
||||
#include "ng_hci.h"
|
||||
#include "ng_l2cap.h"
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <sys/taskqueue.h>
|
||||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include <bitstring.h>
|
||||
#include <sys/bitstring.h>
|
||||
#include "ng_bluetooth.h"
|
||||
#include "ng_hci.h"
|
||||
#include "ng_l2cap.h"
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include <sys/uio.h>
|
||||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include <bitstring.h>
|
||||
#include <sys/bitstring.h>
|
||||
#include "ng_bluetooth.h"
|
||||
#include "ng_hci.h"
|
||||
#include "ng_l2cap.h"
|
||||
|
Loading…
Reference in New Issue
Block a user