summaryrefslogtreecommitdiffstats
path: root/common/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/parse.h')
-rw-r--r--common/parse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/parse.h b/common/parse.h
index e65f4c99..3c8b3fe6 100644
--- a/common/parse.h
+++ b/common/parse.h
@@ -21,6 +21,9 @@
/* modified for xrdp */
/* this is a super fast stream method, you bet */
+#if !defined(PARSE_H)
+#define PARSE_H
+
#if defined(L_ENDIAN)
#elif defined(B_ENDIAN)
#else
@@ -299,3 +302,5 @@ struct stream
g_memset((s)->p, 0, (n)); \
(s)->p += (n); \
}
+
+#endif