Skip to content

Commit 195597d

Browse files
authored
Merge pull request #105 from sebastic/implicit-function-declaration
Include stdlib.h for atoi.
2 parents 3714ee2 + 367ab37 commit 195597d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ows/ows_config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323

2424
#include <stdio.h>
25+
#include <stdlib.h>
2526
#include <string.h>
2627
#include <assert.h>
2728
#include <libxml/xmlreader.h>

0 commit comments

Comments
 (0)