Commit 9fd15a9f authored by Jeff Garzik's avatar Jeff Garzik Committed by Alexandre Julliard

Added needed string.h includes.

parent f88e5aa7
......@@ -63,6 +63,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"
......
......@@ -2,6 +2,7 @@
* SHLWAPI registry functions
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
......
......@@ -4,6 +4,7 @@
* Copyright 2001 TransGaming Technologies, Inc.
*/
#include <string.h>
#include "ts_xlib.h"
#include "x11drv.h"
#include "x11ddraw.h"
......
......@@ -5,6 +5,7 @@
*/
#include "config.h"
#include <string.h>
/* FIXME: ChangeDisplaySettings ought to be able to use this */
......
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