--- ./src/ini2.h.orig 2004-01-26 23:59:15.000000000 +0100 +++ ./src/ini2.h 2004-01-27 15:38:43.741114728 +0100 @@ -29,6 +29,7 @@ #include #include +#include "wintypes.h" #define RGB(a,b,c) ((a&0xff)<<16|(b&0xff)<<8|(c&0xff))