summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-22 08:27:09 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-22 08:27:09 -0700
commit900a2541ca94b5c4cb839c3bd6d35e6460ca1c48 (patch)
tree97dc231f119bfdc6a144a353d941bb44839e6579 /xrdp/xrdp.h
parente09f14e6d47f1b67a42f8765b87f4eb405616319 (diff)
downloadxrdp-proprietary-900a2541ca94b5c4cb839c3bd6d35e6460ca1c48.tar.gz
xrdp-proprietary-900a2541ca94b5c4cb839c3bd6d35e6460ca1c48.zip
offscreen bitmaps: implement the delete list
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 bc22a935..9b280bfc 100644
--- a/xrdp/xrdp.h
+++ b/xrdp/xrdp.h
@@ -27,6 +27,7 @@
#include "arch.h"
#include "parse.h"
#include "trans.h"
+#include "list.h"
#include "libxrdpinc.h"
#include "xrdp_types.h"
#include "xrdp_constants.h"
@@ -34,7 +35,6 @@
#include "os_calls.h"
#include "ssl_calls.h"
#include "thread_calls.h"
-#include "list.h"
#include "file.h"
#include "file_loc.h"
#include "xrdp_client_info.h"