diff options
Diffstat (limited to 'backends/plugins/elf')
-rw-r--r-- | backends/plugins/elf/shorts-segment-manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/plugins/elf/shorts-segment-manager.cpp b/backends/plugins/elf/shorts-segment-manager.cpp index 17fe650c31..99a765287b 100644 --- a/backends/plugins/elf/shorts-segment-manager.cpp +++ b/backends/plugins/elf/shorts-segment-manager.cpp @@ -30,6 +30,7 @@ #include "backends/plugins/elf/shorts-segment-manager.h" #include "common/debug.h" +#include "common/textconsole.h" extern char __plugin_hole_start; // Indicates start of hole in program file for shorts extern char __plugin_hole_end; // Indicates end of hole in program file |