libm needed in xpath

This commit is contained in:
Olof hagsand 2019-07-24 09:46:08 +02:00
parent e7b60619da
commit 291f173505
9 changed files with 896 additions and 315 deletions

View file

@ -68,7 +68,7 @@
#include <assert.h>
#include <syslog.h>
#include <fcntl.h>
#include <math.h>
#include <math.h> /* NaN */
/* cligen */
#include <cligen/cligen.h>