riched20: Include wine/port.h for vsnprintf().
This commit is contained in:
parent
9fcebb0055
commit
8e57a41913
|
@ -18,6 +18,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include "editor.h"
|
||||
#include "rtf.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue