aboutsummaryrefslogtreecommitdiffstats
path: root/tests/smscb/smscb_test.c
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2013-10-08 12:04:42 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-08 14:00:24 +0200
commit73ae7a9ca0b9f2bbf4a6800ed8e9aa9bbd99d597 (patch)
tree2fb7a6dad1e1a45b6adba12356869af8df7272b1 /tests/smscb/smscb_test.c
parent42e0dc0cc3d20b4c222151dc7a9b5e63dabac734 (diff)
tests: Fix warnings
This fixes warnings that are raised by missing includes, missing casts, missing return statements, using printf %lu with uint64_t, and unused symbols.
Diffstat (limited to 'tests/smscb/smscb_test.c')
-rw-r--r--tests/smscb/smscb_test.c1
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 };