Skip to content

Commit

Permalink
Include pcap-canusb-linux.h to declare the exported functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Apr 12, 2013
1 parent b14a1a1 commit 59a0998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pcap-canusb-linux.c
Expand Up @@ -38,12 +38,13 @@


#include <libusb-1.0/libusb.h> #include <libusb-1.0/libusb.h>


#include "pcap-int.h"
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h> #include <string.h>


#include "pcap-int.h"
#include "pcap-canusb-linux.h"


#define CANUSB_IFACE "canusb" #define CANUSB_IFACE "canusb"


Expand Down

0 comments on commit 59a0998

Please sign in to comment.