client/server added libfiu header files in --enable-libfiu-support mode

This commit is contained in:
Michael Rash 2014-05-26 08:39:44 -04:00
parent 55ae7d5095
commit 15aff82980

View File

@ -37,6 +37,11 @@
#include "config.h"
#endif
#if HAVE_LIBFIU
#include <fiu-local.h>
#include <fiu-control.h>
#endif
#include <stdio.h>
#if HAVE_SYS_TYPES_H