libwinpr-print: add missing include headers

This commit is contained in:
Marc-André Moreau 2013-09-16 17:43:24 -04:00
parent 990be143bb
commit 8a6b545a36

View File

@ -21,6 +21,8 @@
#define WINPR_UTILS_PRINT_H
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <winpr/winpr.h>
#include <winpr/wtypes.h>