From 9e91398b282f3ca3541da71c51adb9958f3e9cc2 Mon Sep 17 00:00:00 2001
From: rofl0r <retnyg@gmx.net>
Date: Fri, 3 Jan 2014 11:27:46 +0100
Subject: fanotify.c: fix typo in header inclusion

the header is included only as a guard to check that the declaration
and definition match, so the typo didn't cause any breakage aside
from omitting this check.
---
 src/linux/fanotify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/linux/fanotify.c b/src/linux/fanotify.c
index 73f941de..1f4ef93b 100644
--- a/src/linux/fanotify.c
+++ b/src/linux/fanotify.c
@@ -1,5 +1,5 @@
 #include "syscall.h"
-#include <sys/inotify.h>
+#include <sys/fanotify.h>
 
 int fanotify_init(unsigned flags, unsigned event_f_flags)
 {
-- 
cgit v1.2.3-70-g09d2