diff options
Diffstat (limited to 'erts/emulator/beam/beam_catches.h')
-rw-r--r-- | erts/emulator/beam/beam_catches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_catches.h b/erts/emulator/beam/beam_catches.h index 309b5cc857..4a0e070c69 100644 --- a/erts/emulator/beam/beam_catches.h +++ b/erts/emulator/beam/beam_catches.h @@ -20,7 +20,7 @@ #ifndef __BEAM_CATCHES_H #define __BEAM_CATCHES_H -#include "global.h" /*SVERK the code_ix stuff */ +#include "code_ix.h" #define BEAM_CATCHES_NIL (-1) |