Skip to content

Commit

Permalink
Include header for atoi(3) declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Jun 17, 2024
1 parent a839b32 commit 0903c15
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter_frontend_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <yaz/malloc_info.h>
#include "gduutil.hpp"
#include <signal.h>

#include <stdlib.h>
#include <iostream>

namespace mp = metaproxy_1;
Expand Down
1 change: 1 addition & 0 deletions src/filter_http_rewrite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <boost/algorithm/string.hpp>

#include <map>
#include <stdlib.h>

namespace mp = metaproxy_1;
namespace yf = mp::filter;
Expand Down
1 change: 1 addition & 0 deletions src/filter_sru_to_z3950.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <sstream>
#include <string>
#include <map>
#include <stdlib.h>

namespace mp = metaproxy_1;
namespace mp_util = metaproxy_1::util;
Expand Down
1 change: 1 addition & 0 deletions src/metaproxy_prog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <metaproxy/util.hpp>
#include <metaproxy/router_xml.hpp>

#include <stdlib.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions src/test_filter2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <metaproxy/package.hpp>

#include <iostream>
#include <stdlib.h>

#define BOOST_TEST_MAIN
#define BOOST_TEST_DYN_LINK
Expand Down
1 change: 1 addition & 0 deletions src/xmlutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <metaproxy/xmlutil.hpp>

#include <string.h>
#include <stdlib.h>

namespace mp = metaproxy_1;
// Doxygen doesn't like mp::xml, so we use this instead
Expand Down

0 comments on commit 0903c15

Please sign in to comment.