From dd8ac7dd5bb8d0d1e37f77a535256f18ba66ec6b Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Thu, 6 Apr 2023 05:26:03 -0500 Subject: Was implicitly using string.h. Now I included it properly --- SDL_controller.c | 1 + 1 file changed, 1 insertion(+) (limited to 'SDL_controller.c') diff --git a/SDL_controller.c b/SDL_controller.c index d3d7230..0715d62 100644 --- a/SDL_controller.c +++ b/SDL_controller.c @@ -2,6 +2,7 @@ #include #include #include +#include #include //using common but unspecified addons to the standard (PRIu32...etc) //posix additions -- cgit v1.2.1