chiark / gitweb /
[PATCH] update to libsysfs 1.2.0 and add some stuff klib_fixup
[elogind.git] / klibc_fixups / malloc.h
1 #ifdef __KLIBC__
2
3 #ifndef _MALLOC_H
4 #define _MALLOC_H
5
6 #include <stdlib.h>
7
8 #endif /* _MALLOC_H */
9 #endif /* __KLIBC__ */