File: implicit.h

package info (click to toggle)
osmo-iuh 1.7.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,444 kB
  • sloc: ansic: 7,319; makefile: 2,719; python: 501; sh: 143; perl: 43
file content (21 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: avoid implicit declaration of functions
--- a/tests/hnb-test-rua.c
+++ b/tests/hnb-test-rua.c
@@ -2,6 +2,7 @@
 #include <asn1c/ANY.h>
 #include <osmocom/ranap/ranap_common_cn.h>
 #include <osmocom/rua/rua_ies_defs.h>
+#include <osmocom/ranap/ranap_common_cn.h>
 
 #include "hnb-test-layers.h"
 
--- a/tests/test-hnbap.c
+++ b/tests/test-hnbap.c
@@ -20,6 +20,7 @@
  */
 
 #include <osmocom/ranap/iu_helpers.h>
+#include <osmocom/ranap/ranap_common_cn.h>
 #include "asn1helpers.h"
 
 #include <osmocom/hnbap/hnbap_common.h>