Added needed string.h includes.

This commit is contained in:
Jeff Garzik 2001-03-22 19:33:57 +00:00 committed by Alexandre Julliard
parent f88e5aa7bf
commit 9fd15a9f2f
4 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,7 @@
*
*/
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "debugtools.h"

View File

@ -2,6 +2,7 @@
* SHLWAPI registry functions
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"

View File

@ -4,6 +4,7 @@
* Copyright 2001 TransGaming Technologies, Inc.
*/
#include <string.h>
#include "ts_xlib.h"
#include "x11drv.h"
#include "x11ddraw.h"

View File

@ -5,6 +5,7 @@
*/
#include "config.h"
#include <string.h>
/* FIXME: ChangeDisplaySettings ought to be able to use this */