diff options
author | Sverker Eriksson <[email protected]> | 2012-01-24 17:08:40 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:04 +0100 |
commit | 88c771c1d69c98169ef9bc10c27ed4378854d368 (patch) | |
tree | c8eceae647344e35a2fd54c2982fd3db0053824a /erts/emulator/beam/beam_catches.h | |
parent | a23f25a3014dbad01d2016dc4e6d6df9d59ba64c (diff) | |
download | otp-88c771c1d69c98169ef9bc10c27ed4378854d368.tar.gz otp-88c771c1d69c98169ef9bc10c27ed4378854d368.tar.bz2 otp-88c771c1d69c98169ef9bc10c27ed4378854d368.zip |
erts: Cleanup code loading
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) |