Include config.h in model tests.

The gcc inlining changes made it necessary.
This commit is contained in:
Bill Currie 2016-01-03 16:18:14 +09:00
parent 7b350b2a1b
commit 61c6a4b68e
4 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "hulls.h"
// 0,0

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "QF/va.h"

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "QF/va.h"

View file

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdlib.h>
#include "QF/va.h"