Commit 8748d57c authored by Sebastian Oeste's avatar Sebastian Oeste
Browse files

fix: use extern "C" for fuse.h

* When include C headers extern "C" tells that here comes a C header, no suprises.
parent 7dad957a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,7 +8,10 @@
#define FUSE_USE_VERSION 30


extern "C" {
#include <fuse3/fuse.h>
}

#include <string>
#include <iostream>
#include <cstdint>