Преглед изворни кода

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

Daniel-Constantin Mierla пре 10 година
родитељ
комит
d7c0ae494a
1 измењених фајлова са 1 додато и 0 уклоњено
  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>