Added needed string.h includes.

oldstable
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 "winbase.h"
#include "commctrl.h" #include "commctrl.h"
#include "debugtools.h" #include "debugtools.h"

View File

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

View File

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

View File

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