forked from mirror/OpenTTD
(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#elif !defined(TESTING)
|
||||
/* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */
|
||||
#if defined(STRGEN)
|
||||
#include "/endian_host.h"
|
||||
#include "endian_host.h"
|
||||
#else
|
||||
#include "endian_target.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user