summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netware/sendmail_nw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/sendmail_nw.h b/netware/sendmail_nw.h
index 9d0b7fb73c..d1601fba06 100644
--- a/netware/sendmail_nw.h
+++ b/netware/sendmail_nw.h
@@ -4,7 +4,7 @@
#include <novsock2.h>
#else
#include <sys/socket.h> /* For struct sockaddr, 'PF_INET' and 'AF_INET' */
-#include <netinet\in.h> /* For struct sockaddr_in */
+#include <netinet/in.h> /* For struct sockaddr_in */
#include <netdb.h> /* For struct hostent */
/*#include <ws2name.h>*/
#endif /* USE_WINSOCK */