always include stdio.h
This commit is contained in:
parent
299dbd1831
commit
b3a94c71eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue