--- hbaapi_src_2.2.orig/HBAAPILIB.c +++ hbaapi_src_2.2/HBAAPILIB.c @@ -30,7 +30,6 @@ #ifdef WIN32 #include -#include /* * Next define forces entry points in the dll to be exported * See hbaapi.h to see what it does. @@ -40,6 +39,7 @@ #include #include #endif +#include #include #include #include "hbaapi.h" --- hbaapi_src_2.2.orig/hbaapitest.c +++ hbaapi_src_2.2/hbaapitest.c @@ -31,6 +31,7 @@ #ifndef WIN32 #include /* Dynamic library support for Solaris */ #include +#include #endif #include "hbaapi.h"