Re: [PATCH] Add missing includes to timer_test.c and osmo-auc-gen.c

2012-08-02 Thread Holger Hans Peter Freyther
On Thu, Aug 02, 2012 at 02:01:49AM +0200, Chí-Thanh Christopher Nguyễn wrote: > This fixes the build with -Werror-implicit-function-declaration. Hi, from the OBS build I am seeing the following other issues. You might have the time to look into the other -Werror warnings? [ 78s] I: Program is

Re: [PATCH] Add missing includes to timer_test.c and osmo-auc-gen.c

2012-08-02 Thread Harald Welte
Hi Christopher, On Thu, Aug 02, 2012 at 02:01:49AM +0200, Chí-Thanh Christopher Nguyễn wrote: > This fixes the build with -Werror-implicit-function-declaration. thanks for your patch. I wanted to apply it, but it was seriously broken/malformatted. For some reason, the empty lines of the source

[PATCH] Add missing includes to timer_test.c and osmo-auc-gen.c

2012-08-01 Thread Chí-Thanh Christopher Nguyễn
This fixes the build with -Werror-implicit-function-declaration. --- tests/timer/timer_test.c |1 + utils/osmo-auc-gen.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c index 61079bd..ba3127d 100644 --- a/tests/ti