Selaa lähdekoodia

Review missing include

pull/1097/head
Ray 5 vuotta sitten
vanhempi
commit
f4ca5b378a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/text.c

+ 1
- 0
src/text.c Näytä tiedosto

@ -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

||||||
x
 
000:0
Ladataan…
Peruuta
Tallenna