Index: src/runtime/exception.m ================================================================== --- src/runtime/exception.m +++ src/runtime/exception.m @@ -18,21 +18,21 @@ #include #include #include -#ifdef HAVE_SEH_EXCEPTIONS -# include -#endif - #import "runtime.h" #import "runtime-private.h" #import "macros.h" #ifdef OF_HAVE_THREADS # include "threading.h" #endif + +#ifdef HAVE_SEH_EXCEPTIONS +# include +#endif #if defined(HAVE_DWARF_EXCEPTIONS) # define PERSONALITY __gnu_objc_personality_v0 # define CXX_PERSONALITY_STR "__gxx_personality_v0" #elif defined(HAVE_SJLJ_EXCEPTIONS)