mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-31 16:21:11 +03:00
10 lines
122 B
C
10 lines
122 B
C
|
#ifdef __KLIBC__
|
||
|
|
||
|
#ifndef _MALLOC_H
|
||
|
#define _MALLOC_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#endif /* _MALLOC_H */
|
||
|
#endif /* __KLIBC__ */
|