aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmime/fileContentHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmime/fileContentHandler.hpp')
-rw-r--r--src/vmime/fileContentHandler.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vmime/fileContentHandler.hpp b/src/vmime/fileContentHandler.hpp
index 68b4d396..5b01fb8b 100644
--- a/src/vmime/fileContentHandler.hpp
+++ b/src/vmime/fileContentHandler.hpp
@@ -25,6 +25,12 @@
#define VMIME_FILECONTENTHANDLER_HPP_INCLUDED
+#include "vmime/config.hpp"
+
+
+#if VMIME_HAVE_FILESYSTEM_FEATURES
+
+
#include "vmime/streamContentHandler.hpp"
#include "vmime/utility/file.hpp"
@@ -90,4 +96,7 @@ private:
} // vmime
+#endif // VMIME_HAVE_FILESYSTEM_FEATURES
+
+
#endif // VMIME_FILECONTENTHANDLER_HPP_INCLUDED