Skip to content

Commit

Permalink
Merge pull request #105 from sebastic/implicit-function-declaration
Browse files Browse the repository at this point in the history
Include stdlib.h for atoi.
  • Loading branch information
jmckenna committed Jul 31, 2024
2 parents 3714ee2 + 367ab37 commit 195597d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ows/ows_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <libxml/xmlreader.h>
Expand Down

0 comments on commit 195597d

Please sign in to comment.