Skip to content

Commit

Permalink
fix(CI): windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Feb 14, 2024
1 parent 0b787ae commit a9796e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions userspace/falco/app/actions/helpers_inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ limitations under the License.

#include "helpers.h"

#ifdef _WIN32
#define PATH_MAX 260
#endif

using namespace falco::app;
using namespace falco::app::actions;

Expand Down
2 changes: 2 additions & 0 deletions userspace/falco/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ limitations under the License.
#include <sys/stat.h>
#ifndef _WIN32
#include <unistd.h>
// Used in the ebpf probe path.
#define PATH_MAX 260
#endif
#include "falco_utils.h"

Expand Down

0 comments on commit a9796e6

Please sign in to comment.