1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

#include <string.h>

This commit is contained in:
Patrick Caulfield 2002-01-16 12:02:06 +00:00
parent 22d1879c60
commit d738054256

View File

@ -8,6 +8,7 @@
#define _LVM_DBG_MALLOC_H #define _LVM_DBG_MALLOC_H
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <sys/types.h> #include <sys/types.h>
#ifdef DEBUG_MEM #ifdef DEBUG_MEM