mirror of https://github.com/FreeRDP/FreeRDP
Merge pull request #687 from mikemcquaid/master
Add missing config.h to types.h
This commit is contained in:
commit
6d5b0e0120
|
@ -26,6 +26,7 @@
|
|||
#endif
|
||||
|
||||
/* Base Types */
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
|
|
Loading…
Reference in New Issue