From b26003963e82805bfd73b13315ae85d478605383 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 16 Nov 2018 00:20:39 +0100 Subject: add/clean big-endian packed structs (struct_endianess.py) This is 1:1 the result of doing cd libosmocore ./contrib/struct_endianess.py git commit -a Running struct_endianess.py again should result in no changes. That means we could include such a check in the gerrit verification job now. Change-Id: Ia0b99d76932aeb03e93bd0c62d3bf025dec5f9d2 --- tests/endian/endian_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/endian/endian_test.c') diff --git a/tests/endian/endian_test.c b/tests/endian/endian_test.c index 8737e7a4..dd0697a9 100644 --- a/tests/endian/endian_test.c +++ b/tests/endian/endian_test.c @@ -1,5 +1,6 @@ #include #include +#include int main(int argc, char **argv) { -- cgit v1.2.3