diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-03-09 10:30:41 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-03-09 10:31:18 +0000 |
commit | 1c70c870fe688e3bcd3b3dc8e8951a79fcaef435 (patch) | |
tree | 0bde0b69842b58796d66c164ea9e1c559b8a4958 /util/mount.fuse.c | |
parent | 078c623703123f9c449756c798d55ba859310abc (diff) | |
download | libfuse-1c70c870fe688e3bcd3b3dc8e8951a79fcaef435.tar.gz |
Correctly include config.h ("" vs <>)
This isn't a system header.
Fixes: #349
Diffstat (limited to 'util/mount.fuse.c')
-rw-r--r-- | util/mount.fuse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mount.fuse.c b/util/mount.fuse.c index 84e680b..d49e5b2 100644 --- a/util/mount.fuse.c +++ b/util/mount.fuse.c @@ -6,7 +6,7 @@ See the file COPYING. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <stdlib.h> |