diff options
Diffstat (limited to 'tests/smscb')
-rw-r--r-- | tests/smscb/smscb_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/smscb/smscb_test.c b/tests/smscb/smscb_test.c index e10e12d8..5925f69b 100644 --- a/tests/smscb/smscb_test.c +++ b/tests/smscb/smscb_test.c @@ -21,6 +21,7 @@ #include <osmocom/gsm/protocol/gsm_03_41.h> #include <stdio.h> +#include <arpa/inet.h> static uint8_t smscb_msg[] = { 0x40, 0x10, 0x05, 0x0d, 0x01, 0x11 }; |