summaryrefslogtreecommitdiff
path: root/pr/include/prinet.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prinet.h')
-rw-r--r--pr/include/prinet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prinet.h b/pr/include/prinet.h
index 6ba5829f..b743ef63 100644
--- a/pr/include/prinet.h
+++ b/pr/include/prinet.h
@@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
- * File: prinet.h
+ * File: prinet.h
* Description:
* Header file used to find the system header files for socket support[1].
* This file serves the following purposes:
@@ -34,7 +34,7 @@
#if defined(XP_UNIX) || defined(XP_OS2)
#include <sys/types.h>
-#include <sys/socket.h> /* AF_INET */
+#include <sys/socket.h> /* AF_INET */
#include <netinet/in.h> /* INADDR_ANY, ..., ntohl(), ... */
#ifdef XP_OS2
#include <sys/ioctl.h>