Skip to content

Commit

Permalink
kbuild_helper.h: Add required #include (iovisor#2000)
Browse files Browse the repository at this point in the history
kbuild_helper.h: Add required #include ftw.h
  • Loading branch information
ajor authored and yonghong-song committed Oct 7, 2018
1 parent 91be69a commit 1b5e08e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/cc/frontends/clang/kbuild_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
#include <fcntl.h>
#include <stdlib.h>
#include <ftw.h>
#include <iostream>
#include "kbuild_helper.h"

Expand Down
1 change: 1 addition & 0 deletions src/cc/frontends/clang/kbuild_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <vector>
#include <unistd.h>
#include <errno.h>
#include <ftw.h>

namespace ebpf {

Expand Down

0 comments on commit 1b5e08e

Please sign in to comment.