Fixup commit 482a49c.
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 27 Apr 2016 15:44:50 +0000 (08:44 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 27 Apr 2016 15:44:50 +0000 (08:44 -0700)
include/fuse_common.h

index 75e55e99321b7f3a0b59a860c442b332f6aad033..2fa99625425ae2a2f65b832a420f211e1d356a8d 100644 (file)
@@ -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