fix
This commit is contained in:
parent
39b1a10bdb
commit
240b5f7bb5
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
bin_PROGRAMS = sshfs
|
||||
sshfs_SOURCES = sshfs.c cache.c
|
||||
sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22
|
||||
|
|
|
|||
1
cache.c
1
cache.c
|
|
@ -6,7 +6,6 @@
|
|||
See the file COPYING.
|
||||
*/
|
||||
|
||||
#define FUSE_USE_VERSION 22
|
||||
#include "cache.h"
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue