Changed stdlib.h to string.h.

This commit is contained in:
David Luyer 1999-03-25 15:58:20 +00:00 committed by Alexandre Julliard
parent 26cd7a17f1
commit be02d4044e

View file

@ -5,7 +5,7 @@
* Copyright 1997 Bertho A. Stultiens
*/
#include <stdlib.h>
#include <string.h>
#include "dc.h"
#include "bitmap.h"
#include "heap.h"