aboutsummaryrefslogtreecommitdiff
path: root/system/include/net/netdb.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/net/netdb.h
parent08d261d183a6071f8d72ea9af05c59c152f28c95 (diff)
header fixes
Diffstat (limited to 'system/include/net/netdb.h')
-rw-r--r--system/include/net/netdb.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/include/net/netdb.h b/system/include/net/netdb.h
index ee33be5f..4151ccb5 100644
--- a/system/include/net/netdb.h
+++ b/system/include/net/netdb.h
@@ -1,4 +1,11 @@
+#ifndef _NET_NETDB_H
+#define _NET_NETDB_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct addrinfo
{
int ai_flags;
@@ -25,3 +32,9 @@ struct hostent
char **h_addr_list;
};
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+