diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-02 19:46:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-02 19:48:19 +0100 |
commit | 9e5cee2e54a3482605d524f13eedb1cbfba5a971 (patch) | |
tree | 50db6df865c4d5eec3181e4354efb4c80e4170e4 /libfusepp/fuseAppBase.h | |
parent | Improve error handling around ICE exceptions (diff) | |
download | netfs-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.h | 6 |
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: |