Added missing include.

This commit is contained in:
Armin Novak 2015-12-17 10:59:59 +01:00
parent b35d0aa8aa
commit 864f06b161
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
extern "C" {
#endif
#include <stdarg.h>
#include <winpr/wtypes.h>
#include <winpr/synch.h>
#include <winpr/thread.h>