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
parent317aee5878d6fd2a6c69d0b9632e36376ba2de62 (diff)
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>