Sfoglia il codice sorgente

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

Daniel-Constantin Mierla 10 anni fa
parent
commit
d7c0ae494a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>