Commit a2f5fee9 authored by Christoph Hellwig's avatar Christoph Hellwig

[WATCHDOG] linux/watchdog.h include types.h patch

watchdog.h is using __u8 and __u32 from linux/types.h, so it needs to
include it.
parent 841b4bc2
......@@ -10,6 +10,7 @@
#define _LINUX_WATCHDOG_H
#include <linux/ioctl.h>
#include <linux/types.h>
#define WATCHDOG_IOCTL_BASE 'W'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment