mirror of https://github.com/odrling/Aegisub
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:
parent
8ee9737b6f
commit
afec51c4ed
|
@ -1,5 +1,7 @@
|
|||
#define LAGI_PRE
|
||||
|
||||
#include "config.h"
|
||||
|
||||
// Common C
|
||||
#include <errno.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue