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

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Lee <llyzs@163.com>2011-06-23 18:46:42 +0400
committerVic Lee <llyzs@163.com>2011-06-23 18:46:42 +0400
commitb460712bf51f2f5d15d5e4dce575ed66e5a3ff50 (patch)
tree430c3c0c8cd4b723288d4b6b1620cf244f54d37b
parent2fc4d1a1756f1776d75f8bfbc5c0e7f6ffe0f12d (diff)
libfreerdp-utils: add missing config.h in unicode.c
-rw-r--r--libfreerdp-utils/unicode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfreerdp-utils/unicode.c b/libfreerdp-utils/unicode.c
index dda7f96..c4c6fc7 100644
--- a/libfreerdp-utils/unicode.c
+++ b/libfreerdp-utils/unicode.c
@@ -17,6 +17,7 @@
limitations under the License.
*/
+#include "config.h"
#include <errno.h>
#include <freerdp/utils/memory.h>