summaryrefslogtreecommitdiffstats
path: root/common/parse.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-06-30 01:01:19 +0000
committerjsorg71 <jsorg71>2005-06-30 01:01:19 +0000
commit79557c9cc60103021b3bf3e36418587246fa83d3 (patch)
tree918658d87bed6da6643dc1c816d3fea10ec10807 /common/parse.h
parent992dbfa7b3fa568ee480aa3fe3242084d33c518f (diff)
downloadxrdp-proprietary-79557c9cc60103021b3bf3e36418587246fa83d3.tar.gz
xrdp-proprietary-79557c9cc60103021b3bf3e36418587246fa83d3.zip
call painter funcs, not orders
Diffstat (limited to 'common/parse.h')
-rw-r--r--common/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/parse.h b/common/parse.h
index 3c8b3fe6..288ae91a 100644
--- a/common/parse.h
+++ b/common/parse.h
@@ -24,6 +24,8 @@
#if !defined(PARSE_H)
#define PARSE_H
+#include "arch.h"
+
#if defined(L_ENDIAN)
#elif defined(B_ENDIAN)
#else