mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09: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
|