Skip to content

Commit 367ab37

Browse files
committed
Include stdlib.h for atoi.
1 parent 3714ee2 commit 367ab37

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)