diff options
| author | Ray <[email protected]> | 2020-02-06 18:10:52 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-06 18:10:52 +0100 |
| commit | f4ca5b378a6bbc4b243ad6c97365317a877b8e5c (patch) | |
| tree | fa02d76a799e0234b668743edd42094689999c84 /src/text.c | |
| parent | 97054e4e0f2293e1984c923d45fab1d576370549 (diff) | |
| download | raylib-f4ca5b378a6bbc4b243ad6c97365317a877b8e5c.tar.gz raylib-f4ca5b378a6bbc4b243ad6c97365317a877b8e5c.zip | |
Review missing include
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ #include <stdio.h> // Required for: FILE, fopen(), fclose(), fgets() #include <string.h> // Required for: strcmp(), strstr(), strcpy(), strncpy(), strcat(), strncat(), sscanf() #include <stdarg.h> // Required for: va_list, va_start(), vsprintf(), va_end() [Used in TextFormat()] +#include <ctype.h> // Requried for: toupper(), tolower() [Used in TextToUpper(), TextToLower()] #include "utils.h" // Required for: fopen() Android mapping |
