Skip to content

Commit

Permalink
Add required fcntl.h include file for open() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmpeg committed Mar 15, 2019
1 parent 585101c commit a0855a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bbheader_source_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <netinet/ip.h>
#include <net/if.h>
#include <linux/if_tun.h>
#include <fcntl.h>

#define START_INDICATOR_SIZE 1
#define END_INDICATOR_SIZE 1
Expand Down

0 comments on commit a0855a3

Please sign in to comment.