From 261b6fdc8f2a1b662b63c03f302ba7939ef4f611 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 16 Apr 2018 14:35:42 +0200 Subject: Include missing headers for osmo_init_logging2 Fixes implicit declaration warning messages at compile time. Change-Id: I753ed49cdcbd1301ba7ea38dcea9113d99fecb06 --- tests/agch/agch_test.c | 1 + tests/cipher/cipher_test.c | 1 + tests/paging/paging_test.c | 1 + 3 files changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/agch/agch_test.c b/tests/agch/agch_test.c index ab59ebfe..e6c56d97 100644 --- a/tests/agch/agch_test.c +++ b/tests/agch/agch_test.c @@ -20,6 +20,7 @@ * */ #include +#include #include #include diff --git a/tests/cipher/cipher_test.c b/tests/cipher/cipher_test.c index a7343c08..9d78a880 100644 --- a/tests/cipher/cipher_test.c +++ b/tests/cipher/cipher_test.c @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/tests/paging/paging_test.c b/tests/paging/paging_test.c index bf28661a..0accd0fb 100644 --- a/tests/paging/paging_test.c +++ b/tests/paging/paging_test.c @@ -19,6 +19,7 @@ * */ #include +#include #include #include -- cgit v1.2.3