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
1 changed files with 1 additions and 1 deletions

View File

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