diff -urbw src.orig/fbgOpenGLRenderer.cc src/fbgOpenGLRenderer.cc --- src.orig/fbgOpenGLRenderer.cc Mon Dec 13 23:51:26 2004 +++ src/fbgOpenGLRenderer.cc Mon Dec 13 23:55:19 2004 @@ -27,8 +27,8 @@ #ifdef WIN32 // and require under Windows #include #endif -#include -#include +#include +#include #include #include #include diff -urbw src.orig/glTGAImage.cc src/glTGAImage.cc --- src.orig/glTGAImage.cc Mon Dec 13 23:51:26 2004 +++ src/glTGAImage.cc Tue Dec 14 00:01:37 2004 @@ -25,8 +25,8 @@ #ifdef WIN32 #include #endif -#include -#include +#include +#include #include #include diff -urbw src.orig/glTGAImage.h src/glTGAImage.h --- src.orig/glTGAImage.h Mon Dec 13 23:51:26 2004 +++ src/glTGAImage.h Tue Dec 14 00:02:06 2004 @@ -28,7 +28,7 @@ #ifdef WIN32 // and require under Windows #include #endif -#include +#include #include static GLubyte standardTGAHeader[12]={0,0,2,0,0,0,0,0,0,0,0,0};