diff --git a/2d/bitmap.c b/2d/bitmap.c index c7fe4e3ff..35cc02ec9 100644 --- a/2d/bitmap.c +++ b/2d/bitmap.c @@ -27,6 +27,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #ifdef OGL #include "ogl_init.h" #endif +#include "bitmap.h" void gr_set_bitmap_data (grs_bitmap *bm, unsigned char *data) { diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7b7265062..5b00a57cd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ include/error.h: Renamed __format to __attribute_gcc_format due to possible C++ include/console.h, main/console.c: Marked con_printf fmt as const, Increased console lines from 512 to 2048; Marked console private entries as static - patches by Kp 2d/font.c: Fixed test for font magic number; Consolidated grs_font_read() - patches by Kp main/menu.c, main/multi.h, main/net_udp.c: Moved vers_id.h inclusion to where it is needed - patch by Kp +2d/bitmap.c: Include bitmap.h - patch by Kp 20121031 --------