summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-04-06 05:26:03 -0500
committerClay Smith <claysmith158@gmail.com>2023-04-06 05:26:03 -0500
commitdd8ac7dd5bb8d0d1e37f77a535256f18ba66ec6b (patch)
treed754b1e8b1a7e8c5ed3a411a4635edffd539bd2f
parent99b92185b3e7e62b7562a269d40a4197a0176b37 (diff)
Was implicitly using string.h. Now I included it properly
-rw-r--r--SDL_controller.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
+#include <string.h>
#include <inttypes.h> //using common but unspecified addons to the standard (PRIu32...etc)
//posix additions