1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 14:55:26 +03:00
systemd-stable/klibc_fixups/malloc.h

10 lines
122 B
C

#ifdef __KLIBC__
#ifndef _MALLOC_H
#define _MALLOC_H
#include <stdlib.h>
#endif /* _MALLOC_H */
#endif /* __KLIBC__ */