dxerr{8,9}: Include wine/port.h for snprintf.

This commit is contained in:
Rob Shearman 2008-03-14 18:08:46 +00:00 committed by Alexandre Julliard
parent db5745c001
commit bbe1a01751
2 changed files with 6 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 <stdarg.h>
#include <stdio.h>

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 <stdarg.h>
#include <stdio.h>