]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-usb-linux.c
Move the Linux Bluetooth and USB declarations to a header file.
[libpcap] / pcap-usb-linux.c
index 0a4d58165fc19730d4fdd1d66593b84e5f0b16e9..f01a28b14d0b1850360435b1c21f4698970ee7fc 100644 (file)
@@ -29,7 +29,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * USB sniffig API implementation for linux platform
+ * USB sniffing API implementation for Linux platform
  * By Paolo Abeni <[email protected]>
  *
  */
@@ -39,6 +39,7 @@
 #endif
 
 #include "pcap-int.h"
+#include "pcap-usb-linux.h"
 #include "pcap/usb.h"
 
 #ifdef NEED_STRERROR_H