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