chiark / gitweb /
include errno.h in sysdeps.h
authorGabor Z. Papp <gzp@papp.hu>
Fri, 21 Nov 2008 03:19:11 +0000 (04:19 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Fri, 21 Nov 2008 03:19:11 +0000 (04:19 +0100)
udev/udev-sysdeps.h

index 08d7e48543ba1fdafc83b4945a2537bd6b21bf27..e20ea48a2f9f363da296321366f50eff15085e20 100644 (file)
@@ -21,6 +21,7 @@
 #define _UDEV_SYSDEPS_H_
 
 #include <stdint.h>
 #define _UDEV_SYSDEPS_H_
 
 #include <stdint.h>
+#include <errno.h>
 
 /* needed for our signal handlers to work */
 #undef asmlinkage
 
 /* needed for our signal handlers to work */
 #undef asmlinkage