aboutsummaryrefslogtreecommitdiff
path: root/linux-user/hppa/sockbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/hppa/sockbits.h')
-rw-r--r--linux-user/hppa/sockbits.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-user/hppa/sockbits.h b/linux-user/hppa/sockbits.h
index 2641aea859..23f69a3293 100644
--- a/linux-user/hppa/sockbits.h
+++ b/linux-user/hppa/sockbits.h
@@ -1,3 +1,6 @@
+#ifndef LINUX_USER_HPPA_SOCKBITS_H
+#define LINUX_USER_HPPA_SOCKBITS_H
+
#define TARGET_SOL_SOCKET 0xffff
#define TARGET_SO_DEBUG 0x0001
@@ -68,3 +71,5 @@
* have to define SOCK_NONBLOCK to a different value here.
*/
#define TARGET_SOCK_NONBLOCK 0x40000000
+
+#endif