Skip to content

Commit

Permalink
fix (#2841)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxena-anurag authored Sep 11, 2023
1 parent 7a2b41b commit 3fcc9a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/bpf_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
#endif

#include "bpf_helper_defs.h"

#ifndef _WIN32
#define _WIN32
#endif
4 changes: 4 additions & 0 deletions include/net/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#define AF_INET 2
#define AF_INET6 23

#ifndef DEFAULT_COMPARTMENT_ID
#define DEFAULT_COMPARTMENT_ID 1
#endif

#if defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
Expand Down

0 comments on commit 3fcc9a9

Please sign in to comment.