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:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-11-10 12:42:06 +0300
committerGitHub <noreply@github.com>2022-11-10 12:42:06 +0300
commitb06cf6bf59a25562af17c383aee1311e6ad8495e (patch)
tree8d251d46a4a7c064eb9e68390729ffb6895ebc6c
parentb40985bae5ad6d6071706ee78da429c9058e6a0b (diff)
parentf98c6cef4564e14b426a68c9c37116884c3fff5d (diff)
Merge pull request #244 from jsorg71/include_damageHEADdevel
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"