Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2022-11-09 23:16:00 +0300
committerJay Sorg <jay.sorg@gmail.com>2022-11-09 23:16:00 +0300
commitf98c6cef4564e14b426a68c9c37116884c3fff5d (patch)
tree8d251d46a4a7c064eb9e68390729ffb6895ebc6c
parentb40985bae5ad6d6071706ee78da429c9058e6a0b (diff)
include damage.h in rdp.h
-rw-r--r--module/rdp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/rdp.h b/module/rdp.h
index 050f962..8547a1c 100644
--- a/module/rdp.h
+++ b/module/rdp.h
@@ -30,6 +30,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <gcstruct.h>
#include <mipointer.h>
#include <randrstr.h>
+#include <damage.h>
#include "rdpPri.h"