Add missing comma.

This commit is contained in:
Michael Jumper 2013-07-19 13:34:57 -07:00
parent 9d2b0e1f95
commit 733c008f9b

View File

@ -300,7 +300,7 @@ AC_CHECK_HEADERS([freerdp/client/cliprdr.h],,
RDP will be disabled.
--------------------------------------------])
have_freerdp=no],
[#include <freerdp/types.h>])
[#include <freerdp/types.h>]),
[#include <winpr/wtypes.h>
#include <winpr/collections.h>])