Re: [PATCH] clients: Include and link against math lib for new multi-resource

2013-09-23 Thread Kristian Høgsberg
On Mon, Sep 23, 2013 at 11:25:29AM +0100, Stefan Schmidt wrote: > Linking failed with missing ceil() here. Making sure that we include > the header and add the missing -lm. > > Signed-off-by: Stefan Schmidt Thanks, applied. Kristian > --- > clients/Makefile.am |2 +- > clients/multi-

[PATCH] clients: Include and link against math lib for new multi-resource

2013-09-23 Thread Stefan Schmidt
Linking failed with missing ceil() here. Making sure that we include the header and add the missing -lm. Signed-off-by: Stefan Schmidt --- clients/Makefile.am |2 +- clients/multi-resource.c |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/cl