summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h
index 9982ee7ba..051d9a453 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -14,6 +14,9 @@
* ---------------------------------------------------
*/
+#ifndef __INSP_SOCKET_H__
+#define __INSP_SOCKET_H__
+
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
@@ -54,3 +57,5 @@ public:
virtual void Close();
virtual ~InspSocket();
};
+
+#endif