Include config.h in lagi_pre.h so that the conditional inclusion of sys/time.h actually works

Originally committed to SVN as r4543.
This commit is contained in:
Thomas Goyne 2010-06-18 06:59:55 +00:00
parent 8ee9737b6f
commit afec51c4ed
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#define LAGI_PRE
#include "config.h"
// Common C
#include <errno.h>
#include <math.h>