From: Rolf K. <lab...@us...> - 2005-06-30 21:11:09
|
Update of /cvsroot/opengtoolkit/pipe/c_source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25649/c_source Modified Files: pipes.c Log Message: Fixed an include Index: pipes.c =================================================================== RCS file: /cvsroot/opengtoolkit/pipe/c_source/pipes.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** pipes.c 30 Jun 2005 20:48:50 -0000 1.15 --- pipes.c 30 Jun 2005 21:10:59 -0000 1.16 *************** *** 22,26 **** */ #include "extcode.h" ! #include <windows.h> #ifdef _DEBUG --- 22,26 ---- */ #include "extcode.h" ! #include "hosttype.h" #ifdef _DEBUG |