From 460ecb4500e8f96bd4ee7f40f37aa5a0690121d0 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 14 Oct 2018 23:50:50 +0300 Subject: [PATCH] add missing include. --- src/dynapi/SDL_dynapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dynapi/SDL_dynapi.c b/src/dynapi/SDL_dynapi.c index 7574cf5f4..97bc21846 100644 --- a/src/dynapi/SDL_dynapi.c +++ b/src/dynapi/SDL_dynapi.c @@ -27,6 +27,7 @@ #if defined(__OS2__) #define INCL_DOS #define INCL_DOSERRORS +#include #include #endif