]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/socket.h
Merge tag 'pull-target-arm-20220711' of https://git.linaro.org/people/pmaydell/qemu...
[mirror_qemu.git] / linux-user / socket.h
index 4c0b5c2dfa3f113030b0fa562013cb9c54d3fe96..680a9218a919268192e1350ba82f7b99c947324e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef LINUX_USER_SOCKET_H
+#define LINUX_USER_SOCKET_H
+
 #include "sockbits.h"
 
 #ifndef TARGET_ARCH_HAS_SOCKET_TYPES
@@ -35,3 +38,5 @@ enum sock_type {
 #define TARGET_SOCK_NONBLOCK   TARGET_O_NONBLOCK
 #endif
 #endif /* TARGET_ARCH_HAS_SOCKET_TYPES */
+
+#endif