fix include of future.h

svn: r16866
This commit is contained in:
Matthew Flatt 2009-11-18 15:30:53 +00:00
parent 24a2a6ae8c
commit f1e38d99de
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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