]> git.ipfire.org Git - thirdparty/systemd.git/blame - klibc_fixups.c
[PATCH] Makefile tweaks for the DBUS build.
[thirdparty/systemd.git] / klibc_fixups.c
CommitLineData
1e959a4b
GKH
1
2#ifdef __KLIBC__
3
4#include <stdlib.h>
5#include <string.h>
6#include <ctype.h>
2023350e
GKH
7#include <sys/types.h>
8#include "klibc_fixups.h"
1e959a4b 9
1e959a4b 10#endif