1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

[PATCH] Fix build error with klibc due to recent changes.

This commit is contained in:
greg@kroah.com 2004-10-13 23:22:37 -07:00 committed by Greg KH
parent f93987240e
commit 8dc0e1382d

1
udev.c
View File

@ -20,6 +20,7 @@
*
*/
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>