浏览代码

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>