diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-07 01:26:07 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-07 01:26:07 +0100 |
commit | ee85ddc684f9a41926a07f2afd139d75b523d933 (patch) | |
tree | 9112135ff1905bdfea6b458bb415479b1410c32c /scullp/scullp.h | |
parent | ef2a8125d893f9640dbe6389b02808531cfe5e28 (diff) | |
download | ldd3-ee85ddc684f9a41926a07f2afd139d75b523d933.tar.gz |
scullp: Add <linux/semaphore.h> header
Diffstat (limited to 'scullp/scullp.h')
-rw-r--r-- | scullp/scullp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scullp/scullp.h b/scullp/scullp.h index 949bd25..d951c76 100644 --- a/scullp/scullp.h +++ b/scullp/scullp.h @@ -15,6 +15,7 @@ #include <linux/ioctl.h> #include <linux/cdev.h> +#include <linux/semaphore.h> /* * Macros to help debugging |