summaryrefslogtreecommitdiff
path: root/libfusepp/fuseAppBase.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-02 19:46:51 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-02 19:48:19 +0100
commit9e5cee2e54a3482605d524f13eedb1cbfba5a971 (patch)
tree50db6df865c4d5eec3181e4354efb4c80e4170e4 /libfusepp/fuseAppBase.h
parentImprove error handling around ICE exceptions (diff)
downloadnetfs-9e5cee2e54a3482605d524f13eedb1cbfba5a971.tar.bz2
netfs-9e5cee2e54a3482605d524f13eedb1cbfba5a971.tar.xz
netfs-9e5cee2e54a3482605d524f13eedb1cbfba5a971.zip
Use libadhocutilnetfs-1.1.4
Diffstat (limited to 'libfusepp/fuseAppBase.h')
-rw-r--r--libfusepp/fuseAppBase.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libfusepp/fuseAppBase.h b/libfusepp/fuseAppBase.h
index a9be11b..5c8582c 100644
--- a/libfusepp/fuseAppBase.h
+++ b/libfusepp/fuseAppBase.h
@@ -8,10 +8,8 @@
#include <stdio.h>
#include <errno.h>
#include <syslog.h>
-#include <misc.h>
-#ifndef DLL_PUBLIC
-#define DLL_PUBLIC __attribute__ ((visibility ("default")))
-#endif
+#include <visibility.h>
+#include <buffer.h>
class DLL_PUBLIC FuseAppBase {
public: