From 000b97517f261e0dd1a791e1a79f4d0786839283 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 15 Aug 2013 00:58:44 +0400 Subject: [PATCH] Use "" instead of <> to include files from simplefs --- super.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super.h b/super.h index fac6861..ddfa713 100644 --- a/super.h +++ b/super.h @@ -1,4 +1,4 @@ -#include +#include "simple.h" static inline struct simplefs_super_block *SIMPLEFS_SB(struct super_block *sb) {