From: greg@kroah.com Date: Mon, 2 Feb 2004 16:29:04 +0000 (-0800) Subject: [PATCH] udevsend now almost compiles with klibc, struct sockaddr_un is only problem... X-Git-Tag: 016~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0be0c18de37b463f40c649f1b66b7683f2bf836b;p=elogind.git [PATCH] udevsend now almost compiles with klibc, struct sockaddr_un is only problem now. --- diff --git a/udevsend.c b/udevsend.c index 6af9df770..415207d8c 100644 --- a/udevsend.c +++ b/udevsend.c @@ -23,17 +23,15 @@ */ #include -#include -#include +#include +#include +#include #include #include #include #include #include #include -#include -#include -#include #include "udev.h" #include "udev_version.h"