switchToWatchXid(): modified the new migrate-path to work when there exists a process...
[util-vserver.git] / util-vserver / lib_internal / util-mem.h
index 6ed98a0..1aa5c57 100644 (file)
@@ -20,6 +20,7 @@
 #define H_UTIL_VSERVER_LIB_INTERNAL_UTIL_MEM_H
 
 #include <string.h>
+#include <stdlib.h>
 
 inline static void *
 Xmemcpy(void * restrict dst, void const * restrict src, size_t len)