Commit 3496b43b authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard

Removed "implicit declaration" warnings.

parent e59f20d7
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include "winuser.h" #include "winuser.h"
#include "miscemu.h" #include "miscemu.h"
#include "input.h" #include "input.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "vga.h" #include "vga.h"
#include "dosexe.h" #include "dosexe.h"
#include "options.h" #include "options.h"
#include "miscemu.h"
#include "debug.h" #include "debug.h"
#include "miscemu.h" #include "miscemu.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment