# HG changeset patch # User Martin Michlmayr # Date 1233922252 -7200 # Node ID be86c72a06c9250f786c7119735557d874dca61f # Parent 323138ecc0704cfcf4f235ab10bf6d9aabe79c51 add missing includes to get it build with gcc 4.3 (patch imported from Debian) diff -r 323138ecc070 -r be86c72a06c9 src/adplug/core/rix.cxx --- a/src/adplug/core/rix.cxx Wed Jan 07 20:25:14 2009 -0600 +++ b/src/adplug/core/rix.cxx Fri Feb 06 14:10:52 2009 +0200 @@ -22,6 +22,7 @@ #include "rix.h" #include "debug.h" +#include const unsigned char CrixPlayer::adflag[] = diff -r 323138ecc070 -r be86c72a06c9 src/modplug/archive/arch_raw.cxx --- a/src/modplug/archive/arch_raw.cxx Wed Jan 07 20:25:14 2009 -0600 +++ b/src/modplug/archive/arch_raw.cxx Fri Feb 06 14:10:52 2009 +0200 @@ -11,6 +11,7 @@ //mmap() #include #include +#include #include "arch_raw.h"