Skip to content

Commit

Permalink
Merge pull request #20 from scanf/include-stdbool
Browse files Browse the repository at this point in the history
samples/bpf: add missing include for bool
  • Loading branch information
netoptimizer committed Jun 9, 2017
2 parents 710d2dd + d7d9a90 commit 6c18692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/samples/bpf/bpf_tail_calls01_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ static const char *__doc__= " Test of bpf_tail_call from XDP program\n\n"
#include <signal.h>
#include <net/if.h>
#include <unistd.h>
#include <stdbool.h>
#include <linux/if_link.h>

#include "libbpf.h"
Expand Down

0 comments on commit 6c18692

Please sign in to comment.