# HG changeset patch # User thib # Date 1217608461 0 # Node ID b753afeb3f347a53695985d9fb2f7bfcc89a5cb6 # Parent 223b712068889656422a3408a8d1be7c1d48e20f Does build under debian testing diff --git a/config.h.in b/config.h.in --- a/config.h.in +++ b/config.h.in @@ -1,12 +1,4 @@ /* config.h.in. Generated from configure.in by autoheader. */ -/* gettext حر */ -#undef ENABLE_NLS -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_LC_MESSAGES -#undef HAVE_STPCPY -#undef PACKAGE -#undef VERSION /* default display size */ #undef DISPSIZE @@ -147,5 +139,5 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t diff --git a/font/text_stream.cc b/font/text_stream.cc --- a/font/text_stream.cc +++ b/font/text_stream.cc @@ -27,6 +27,7 @@ #include "text.h" #include "codeconv.h" +#include #include /************************************************************************ diff --git a/window/button.cc b/window/button.cc --- a/window/button.cc +++ b/window/button.cc @@ -469,6 +469,7 @@ void ButtonColor::SetBrightness(int c1, } #include"rect.h" +#include #include static void draw_button(char* rdata, int width, int height, char* bdata, int bwidth, int bheight, const ButtonColor& color) {