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>
This commit is contained in:
Harald Welte 2012-08-02 08:42:59 +02:00
parent 317aee5878
commit b53717f418
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>