summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/timer/timer_test.c1
-rw-r--r--utils/osmo-auc-gen.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c
index 61079bd9..ba3127d4 100644
--- a/tests/timer/timer_test.c
+++ b/tests/timer/timer_test.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <signal.h>
#include <getopt.h>
+#include <unistd.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/timer.h>
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>