Skip to content

Commit 8ffad99

Browse files
committed
minor os/2 emx build fix.
1 parent e2d8379 commit 8ffad99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDLnetsys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#include <sys/select.h> /* for FD_SET, etc */
7171
#endif
7272

73-
#ifdef __OS2__
73+
#if defined(__OS2__) && !(defined(__INNOTEK_LIBC__) || defined(__KLIBC__))
7474
typedef int socklen_t;
7575
#elif defined(__USE_W32_SOCKETS) && !defined(IP_MSFILTER_SIZE)
7676
typedef int socklen_t;

0 commit comments

Comments
 (0)