diff options
-rw-r--r-- | daemon/automount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/automount.c b/daemon/automount.c index 288b14b..be0d932 100644 --- a/daemon/automount.c +++ b/daemon/automount.c @@ -35,6 +35,8 @@ #include <sys/wait.h> #include <sys/stat.h> #include <sys/time.h> +/* Prevent inclusion of linux/string.h if we have one. Aaaaaargh! */ +#define _LINUX_STRING_H_ #include <linux/auto_fs.h> #include "automount.h" |