Include android_filesystem_config.h in mock_bpf_helpers.h
With the addition of special handling for SDK sandbox uids, the UID
definitions provided by this header are needed in order to compile the
mock time_in_state program for testing.
Bug: 219080829
Test: m bpf-time-in-state-tests
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I92464cf76fb49bcf7490794ed5b7c07d865a7e14
diff --git a/progs/include/test/mock_bpf_helpers.h b/progs/include/test/mock_bpf_helpers.h
index e6ffaa9..141ee4f 100644
--- a/progs/include/test/mock_bpf_helpers.h
+++ b/progs/include/test/mock_bpf_helpers.h
@@ -22,6 +22,8 @@
#include <stdbool.h>
#include <stdint.h>
+#include <cutils/android_filesystem_config.h>
+
typedef void* mock_bpf_map_t;
/* type safe macro to declare a map and related accessor functions */