commit | ee517e863e400aac2a7475498ee64ee8be843c24 | [log] [tgz] |
---|---|---|
author | David Luyer <luyer@ucs.uwa.edu.au> | Sun Feb 28 12:27:56 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 28 12:27:56 1999 +0000 |
tree | 47fd78b985854e43ae03daa0275b4f1cf117e32f | |
parent | 8feb3bc177ca9f54450e5ffc3d326307163bef36 [diff] [blame] |
- fixed missing stdlib.h and string.h includes everywhere - removed a couple of unneeded stdlib.h and stdio.h includes
diff --git a/graphics/d3dtexture.c b/graphics/d3dtexture.c index 533bff5..c5ca901 100644 --- a/graphics/d3dtexture.c +++ b/graphics/d3dtexture.c
@@ -4,6 +4,7 @@ This files contains the implementation of interface Direct3DTexture2. */ +#include <string.h> #include "config.h" #include "wintypes.h" #include "winerror.h"