aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/socket.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-12 11:13:39 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-12 11:13:39 -0800
commit3682e4b3b4b12dbe3b7f667b4d8a7fcb45f5965a (patch)
treee854c3b07a57c48cc21a7dc335f5ca487fae3b8c /system/include/sys/socket.h
parent08d261d183a6071f8d72ea9af05c59c152f28c95 (diff)
header fixes
Diffstat (limited to 'system/include/sys/socket.h')
-rw-r--r--system/include/sys/socket.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h
index 68e06509..2c23ddb7 100644
--- a/system/include/sys/socket.h
+++ b/system/include/sys/socket.h
@@ -1,4 +1,9 @@
-/* */
+#ifndef _SYS_SOCKET_H
+#define _SYS_SOCKET_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
#define SOMAXCONN 128
#define PF_INET 2
@@ -53,3 +58,9 @@ struct msghdr
int msg_flags;
};
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+