diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-07 01:59:16 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-07 01:59:16 +0100 |
commit | b91c092d38e5968a71003106cfa0194e6e1df989 (patch) | |
tree | f292f39433f08423e250ac5ddd99e355807e7424 /scullv/scullv.h | |
parent | 8fa55c8b025fb9673069637a91943ae2297caecc (diff) | |
download | ldd3-b91c092d38e5968a71003106cfa0194e6e1df989.tar.gz |
scullv: Add <linux/semaphore.h> header
Diffstat (limited to 'scullv/scullv.h')
-rw-r--r-- | scullv/scullv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scullv/scullv.h b/scullv/scullv.h index 8ba2595..3ab2061 100644 --- a/scullv/scullv.h +++ b/scullv/scullv.h @@ -15,6 +15,7 @@ #include <linux/ioctl.h> #include <linux/cdev.h> +#include <linux/semaphore.h> /* * Macros to help debugging |