mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
11 lines
135 B
C
11 lines
135 B
C
|
|
#ifdef __KLIBC__
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <sys/types.h>
|
|
#include "klibc_fixups.h"
|
|
|
|
#endif
|