riched20: Include wine/port.h for vsnprintf().

This commit is contained in:
Bang Jun-young 2008-02-01 15:29:44 +09:00 committed by Alexandre Julliard
parent 9fcebb0055
commit 8e57a41913
1 changed files with 3 additions and 0 deletions

View File

@ -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"