always include stdio.h

This commit is contained in:
Doug MacEachern 2006-12-04 22:48:16 +00:00
parent 299dbd1831
commit b3a94c71eb
1 changed files with 2 additions and 1 deletions

View File

@ -21,13 +21,14 @@
#ifdef WIN32
#include <windows.h>
#else
#include <stdio.h>
#include <dlfcn.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#endif
#include <stdio.h>
#include "vmcontrol_wrapper.h"
#ifdef WIN32