You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/netpbm-1-portability-fixes....

23 lines
553 B

This file is part of MXE.
See index.html for further information.
--- a/urt/rle_open_f.c 2012-12-06 11:19:45.850521658 +0100
+++ b/urt/rle_open_f.c 2012-12-06 11:19:57.794521308 +0100
@@ -15,14 +15,14 @@
#include <unistd.h>
#include <fcntl.h>
+#include "rle.h"
+
#ifndef NO_OPEN_PIPES
/* Need to have a SIGCLD signal catcher. */
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
-#include "rle.h"
-
/* Count outstanding children. Assume no more than 100 possible. */
#define MAX_CHILDREN 100
static int catching_children = 0;