Explorar o código

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

Daniel-Constantin Mierla %!s(int64=10) %!d(string=hai) anos
pai
achega
d7c0ae494a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>