diff options
Diffstat (limited to 'camel/camel-stream-process.c')
-rw-r--r-- | camel/camel-stream-process.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/camel/camel-stream-process.c b/camel/camel-stream-process.c index 293cd2b69f..8dc5b33ea1 100644 --- a/camel/camel-stream-process.c +++ b/camel/camel-stream-process.c @@ -27,17 +27,17 @@ #include <config.h> #endif +#include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/wait.h> -#include <fcntl.h> #include <unistd.h> -#include <stdlib.h> +#include <signal.h> +#include <fcntl.h> #include <errno.h> -#include <limits.h> -#include <stdio.h> -#include <string.h> #include "camel-stream-process.h" #include "camel-file-utils.h" |