aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-04-27 08:44:50 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-04-27 08:44:50 -0700
commit842b59b996e3db5f92011c269649ca29f144d35e (patch)
tree90c49bc9eb9c18725eb74d2f289b438c8ddb40c2 /include
parent4575e40bf85f80af9bd0816dca393d1112a9c7c2 (diff)
Fixup commit 482a49c.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 75e55e9..2fa9962 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -7,7 +7,7 @@
/** @file */
-#if !defined(_FUSE_H_) && !defined(_FUSE_LOWLEVEL_H_)
+#if !defined(FUSE_H_) && !defined(FUSE_LOWLEVEL_H_)
#error "Never include <fuse_common.h> directly; use <fuse.h> or <fuse_lowlevel.h> instead."
#endif