aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-08-02 08:42:59 +0200
committerHarald Welte <laforge@gnumonks.org>2012-08-02 08:42:59 +0200
commitb53717f4180746cebd7a39e738d7c6cb298ae762 (patch)
treee76be82166aada77863e9678206f2d4222312750 /utils
parentvty: Merge from a generic section in case no specific one exists (diff)
downloadlibosmocore-b53717f4180746cebd7a39e738d7c6cb298ae762.tar.xz
libosmocore-b53717f4180746cebd7a39e738d7c6cb298ae762.zip
Add missing includes to timer_test.c and osmo-auc-gen.c
This fixes the build with -Werror-implicit-function-declaration. taken from malformatted patch of Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/osmo-auc-gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c
index 266d0d6a..7a3c124c 100644
--- a/utils/osmo-auc-gen.c
+++ b/utils/osmo-auc-gen.c
@@ -26,6 +26,7 @@
#include <errno.h>
#include <string.h>
#include <getopt.h>
+#include <unistd.h>
#include <osmocom/crypt/auth.h>
#include <osmocom/core/utils.h>