summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-09-10 16:18:21 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-09-10 16:18:21 -0700
commitf75b9143e2ea5cf487eb76e42f58f816c88e688a (patch)
treee247dfd58c6b17a9c56a92994fcba7d463ab88c2 /xrdp/xrdp.h
parent06d92b787ad12b693ee174ce8885636c5511b31c (diff)
downloadxrdp-proprietary-f75b9143e2ea5cf487eb76e42f58f816c88e688a.tar.gz
xrdp-proprietary-f75b9143e2ea5cf487eb76e42f58f816c88e688a.zip
VUL: make sure cache entries are in range
Diffstat (limited to 'xrdp/xrdp.h')
-rw-r--r--xrdp/xrdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h
index 081adf3c..6adf17f0 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -27,8 +27,8 @@
#include "trans.h"
#include "list.h"
#include "libxrdpinc.h"
-#include "xrdp_types.h"
#include "xrdp_constants.h"
+#include "xrdp_types.h"
#include "defines.h"
#include "os_calls.h"
#include "ssl_calls.h"