aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 4bdebf90f..4f9eb5eda 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -90,7 +90,7 @@
90#if HAVE_NETINET_IN_SYSTM_H 90#if HAVE_NETINET_IN_SYSTM_H
91#include <netinet/in_systm.h> 91#include <netinet/in_systm.h>
92#endif 92#endif
93#include <netinet/ip.h> /* superset of previous */ 93#include <netinet/ip.h> /* superset of previous */
94#include <arpa/inet.h> 94#include <arpa/inet.h>
95#include <netinet/tcp.h> 95#include <netinet/tcp.h>
96#include <pwd.h> 96#include <pwd.h>
@@ -110,7 +110,7 @@
110#include <errno.h> 110#include <errno.h>
111#include <signal.h> 111#include <signal.h>
112#ifdef WINDOWS 112#ifdef WINDOWS
113#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */ 113#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */
114#endif 114#endif
115#ifndef _MSC_VER 115#ifndef _MSC_VER
116#include <unistd.h> /* KLB_FIX */ 116#include <unistd.h> /* KLB_FIX */