Skip to content
Snippets Groups Projects
Commit 77d4095c authored by Benjamin Valentin's avatar Benjamin Valentin
Browse files

fix up includes

parent 0d8d278f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,11 @@ ...@@ -14,7 +14,11 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <stdio.h>
#include <string.h> #include <string.h>
#include <stdint.h>
#include "sys/net/destiny/socket.h"
#include "inet_ntop.h" #include "inet_ntop.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#endif #endif
#ifndef INT16SZ #ifndef INT16SZ
#define INT16SZ sizeof(apr_int16_t) #define INT16SZ sizeof(int16_t)
#endif #endif
#if !defined(EAFNOSUPPORT) && defined(WSAEAFNOSUPPORT) #if !defined(EAFNOSUPPORT) && defined(WSAEAFNOSUPPORT)
......
...@@ -13,10 +13,14 @@ ...@@ -13,10 +13,14 @@
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE. * SOFTWARE.
*/ */
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <string.h> #include "sys/net/destiny/socket.h"
#include "inet_pton.h" #include "inet_pton.h"
/* int /* int
* inet_pton4(src, dst) * inet_pton4(src, dst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment