diff options
author | StapleButter <thetotalworm@gmail.com> | 2018-12-14 00:35:00 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2018-12-14 00:35:00 +0100 |
commit | dc2b1219cd4ebd922e6e0d4ae6834aec36f6d16d (patch) | |
tree | bdd56f7bf36937671cb94d2d6eb5ca3e6e087748 | |
parent | a4eaf7dc19a2a848be36055de473dda932889db7 (diff) |
b0rp
-rw-r--r-- | src/libui_sdl/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp index 75568a5..3b484be 100644 --- a/src/libui_sdl/main.cpp +++ b/src/libui_sdl/main.cpp @@ -19,6 +19,7 @@ #include <stdlib.h> #include <time.h> #include <stdio.h> +#include <string.h> #include <SDL2/SDL.h> #include "libui/ui.h" |