diff --git a/arch/ogl/include/loadgl.h b/arch/ogl/include/loadgl.h index e166e4cf7..61efeb5ae 100644 --- a/arch/ogl/include/loadgl.h +++ b/arch/ogl/include/loadgl.h @@ -17,7 +17,7 @@ #endif #include -#include "types.h" +#include "pstypes.h" //gl extensions. #ifndef GL_ARB_multitexture diff --git a/arch/win32/netdrv_ipx.c b/arch/win32/netdrv_ipx.c index 1a681807e..50bc251b9 100644 --- a/arch/win32/netdrv_ipx.c +++ b/arch/win32/netdrv_ipx.c @@ -130,7 +130,7 @@ static int IPXReceivePacket(char *buffer, int bufsize, struct recv_data *rd) static int IPXgeneral_PacketReady(void) { - return NetDrvPacketReady(IPX_sock.fd); + return NetDrvGeneralPacketReady(IPX_sock.fd); } struct net_driver netdrv_ipx = {