diff options
Diffstat (limited to 'sim/bpf/bpf-helpers.c')
-rw-r--r-- | sim/bpf/bpf-helpers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/bpf/bpf-helpers.c b/sim/bpf/bpf-helpers.c index d7760d5..c308812 100644 --- a/sim/bpf/bpf-helpers.c +++ b/sim/bpf/bpf-helpers.c @@ -21,6 +21,9 @@ implementation of the helpers, which can be customized by the user. */ +/* This must come before any other includes. */ +#include "defs.h" + #define WANT_CPU_BPFBF #define WANT_CPU bpfbf |