Prechádzať zdrojové kódy

db_text: include header file for atoi() to avoid clang warnings

(cherry picked from commit d7c0ae494a5f1a5a8c808a4c45c9bfbbbda7388c)
Daniel-Constantin Mierla 10 rokov pred
rodič
commit
f2dcd03c33
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      modules/db_text/dbt_raw_util.c

+ 1 - 0
modules/db_text/dbt_raw_util.c

@@ -21,6 +21,7 @@
  * 
  */
 
+#include <stdlib.h>
 #include <sys/types.h>
 #include <string.h>
 #include <regex.h>