aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-seekable-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-seekable-stream.h')
-rw-r--r--camel/camel-seekable-stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-seekable-stream.h b/camel/camel-seekable-stream.h
index 0fc67d59f8..3c0eb24a5c 100644
--- a/camel/camel-seekable-stream.h
+++ b/camel/camel-seekable-stream.h
@@ -33,9 +33,9 @@ extern "C" {
#pragma }
#endif /* __cplusplus }*/
-#include <camel/camel-stream.h>
#include <sys/types.h>
#include <unistd.h>
+#include <camel/camel-stream.h>
#define CAMEL_SEEKABLE_STREAM_TYPE (camel_seekable_stream_get_type ())
#define CAMEL_SEEKABLE_STREAM(obj) (CAMEL_CHECK_CAST((obj), CAMEL_SEEKABLE_STREAM_TYPE, CamelSeekableStream))