From: Gabor Z. Papp Date: Fri, 21 Nov 2008 03:19:11 +0000 (+0100) Subject: include errno.h in sysdeps.h X-Git-Tag: 174~1296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28673dd75c912fca8cfb7ddb3f7c5182fbf3b406;p=thirdparty%2Fsystemd.git include errno.h in sysdeps.h --- diff --git a/udev/udev-sysdeps.h b/udev/udev-sysdeps.h index 08d7e48543b..e20ea48a2f9 100644 --- a/udev/udev-sysdeps.h +++ b/udev/udev-sysdeps.h @@ -21,6 +21,7 @@ #define _UDEV_SYSDEPS_H_ #include +#include /* needed for our signal handlers to work */ #undef asmlinkage