fix include of future.h
svn: r16866
This commit is contained in:
parent
24a2a6ae8c
commit
f1e38d99de
|
@ -143,8 +143,9 @@
|
||||||
#ifdef MACOS_STACK_LIMIT
|
#ifdef MACOS_STACK_LIMIT
|
||||||
#include <Memory.h>
|
#include <Memory.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef FUTURES_ENABLED
|
||||||
#include "future.h"
|
# include "future.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define EMBEDDED_DEFINES_START_ANYWHERE 0
|
#define EMBEDDED_DEFINES_START_ANYWHERE 0
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,9 @@
|
||||||
|
|
||||||
#include "schpriv.h"
|
#include "schpriv.h"
|
||||||
#include "schmach.h"
|
#include "schmach.h"
|
||||||
|
#ifdef FUTURES_ENABLED
|
||||||
# include "future.h"
|
# include "future.h"
|
||||||
|
#endif
|
||||||
#ifdef MZ_USE_DWARF_LIBUNWIND
|
#ifdef MZ_USE_DWARF_LIBUNWIND
|
||||||
# include "unwind/libunwind.h"
|
# include "unwind/libunwind.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user