Skip to content

Commit

Permalink
db_text: include header file for atoi() to avoid clang warnings
Browse files Browse the repository at this point in the history
(cherry picked from commit d7c0ae4)
  • Loading branch information
miconda committed Jun 10, 2015
1 parent e50d62d commit f2dcd03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/db_text/dbt_raw_util.c
Expand Up @@ -21,6 +21,7 @@
*
*/

#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <regex.h>
Expand Down

0 comments on commit f2dcd03

Please sign in to comment.