Переглянути джерело

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>