From: greg@kroah.com Date: Thu, 23 Oct 2003 02:39:54 +0000 (-0700) Subject: [PATCH] udev-add build cleanups for other libc versions. X-Git-Tag: 005~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=32ff5bca1517932b1e14caddd8d19fb29ef693ba;p=elogind.git [PATCH] udev-add build cleanups for other libc versions. --- diff --git a/udev-add.c b/udev-add.c index 3b0e4ddf0..8c63214a4 100644 --- a/udev-add.c +++ b/udev-add.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "udev.h" #include "udev_version.h"