include errno.h in sysdeps.h

This commit is contained in:
Gabor Z. Papp 2008-11-21 04:19:11 +01:00 committed by Kay Sievers
parent 1340a9e9ec
commit 28673dd75c

View file

@ -21,6 +21,7 @@
#define _UDEV_SYSDEPS_H_
#include <stdint.h>
#include <errno.h>
/* needed for our signal handlers to work */
#undef asmlinkage