aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2015-11-05 21:03:36 +0100
committerHarald Welte <laforge@gnumonks.org>2015-11-05 21:04:34 +0100
commit9270dc8ca347e775f25272aa2cd904e53c93de29 (patch)
treee006b63cfe96abfea3628417f91d55f147cd0db5 /openbsc
parent4316cb2f25a583ed759d6823ce9a1b7650e178a9 (diff)
Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/utils/meas_udp2db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/utils/meas_udp2db.c b/openbsc/src/utils/meas_udp2db.c
index e4ed0f1d8..4a07217ad 100644
--- a/openbsc/src/utils/meas_udp2db.c
+++ b/openbsc/src/utils/meas_udp2db.c
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
+#include <time.h>
#include <netinet/in.h>