Commit 1b5e08eb authored by Alastair Robertson's avatar Alastair Robertson Committed by yonghong-song

kbuild_helper.h: Add required #include (#2000)

kbuild_helper.h: Add required #include ftw.h
parent 91be69ad
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
*/ */
#include <fcntl.h> #include <fcntl.h>
#include <stdlib.h> #include <stdlib.h>
#include <ftw.h>
#include <iostream> #include <iostream>
#include "kbuild_helper.h" #include "kbuild_helper.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <vector> #include <vector>
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <ftw.h>
namespace ebpf { namespace ebpf {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment