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>2017-02-03 09:44:00 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-04 10:14:17 +0300
commitd9c041db4fd9f626981716321bed4a909ccce6ab (patch)
treec30d7ff012e75db68ce2a3ba762255a080fea574 /xrdpmouse
parent46c9741525cfa166be9a744b15ce5cee37a98357 (diff)
add config header, update copyright year
Diffstat (limited to 'xrdpmouse')
-rw-r--r--xrdpmouse/rdpMouse.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/xrdpmouse/rdpMouse.c b/xrdpmouse/rdpMouse.c
index 1cfbac8..3d37f00 100644
--- a/xrdpmouse/rdpMouse.c
+++ b/xrdpmouse/rdpMouse.c
@@ -1,5 +1,5 @@
/*
-Copyright 2013-2016 Jay Sorg
+Copyright 2013-2017 Jay Sorg
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
@@ -21,6 +21,10 @@ xrdp mouse module
*/
+#if defined(HAVE_CONFIG_H)
+#include "config_ac.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>