diff options
Diffstat (limited to 'camel/camel-tcp-stream-raw.c')
-rw-r--r-- | camel/camel-tcp-stream-raw.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/camel/camel-tcp-stream-raw.c b/camel/camel-tcp-stream-raw.c index 59e09080e9..8e74f7c433 100644 --- a/camel/camel-tcp-stream-raw.c +++ b/camel/camel-tcp-stream-raw.c @@ -20,10 +20,10 @@ * */ - +#ifdef HAVE_CONFIG_H #include <config.h> -#include "camel-tcp-stream-raw.h" -#include "camel-operation.h" +#endif + #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> @@ -31,6 +31,8 @@ #include <fcntl.h> #include <errno.h> #include <string.h> +#include "camel-tcp-stream-raw.h" +#include "camel-operation.h" static CamelTcpStreamClass *parent_class = NULL; |