--- unix/Makefile.in | 3 ++- unix/gtkcols.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Index: putty-0.62/unix/Makefile.in =================================================================== --- putty-0.62.orig/unix/Makefile.in +++ putty-0.62/unix/Makefile.in @@ -106,7 +106,8 @@ CC = @CC@ CFLAGS = @CFLAGS@ @PUTTYCFLAGS@ @CPPFLAGS@ @DEFS@ @GTK_CFLAGS@ -I.././ \ - -I../charset/ -I../windows/ -I../unix/ -I../macosx/ + -I../charset/ -I../windows/ -I../unix/ -I../macosx/ \ + -DGTK_DISABLE_SINGLE_INCLUDES XLDFLAGS = @LDFLAGS@ @LIBS@ @GTK_LIBS@ ULDFLAGS = @LDFLAGS@ @LIBS@ INSTALL=@INSTALL@ Index: putty-0.62/unix/gtkcols.h =================================================================== --- putty-0.62.orig/unix/gtkcols.h +++ putty-0.62/unix/gtkcols.h @@ -8,7 +8,7 @@ #define COLUMNS_H #include -#include +#include #ifdef __cplusplus extern "C" {