about summary refs log tree commit diff
path: root/urt/rle_open_f.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-20 02:55:25 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-20 02:55:25 +0000
commit9878e719f8ffbe57b8ca3ee130b3bd8110447caa (patch)
tree33e8896321fd12ef548f20f95ff0df22ea8add4d /urt/rle_open_f.c
parentf9ba6689e3928f65aa9dc587fbfba1ec9d9a40db (diff)
downloadnetpbm-mirror-9878e719f8ffbe57b8ca3ee130b3bd8110447caa.tar.gz
netpbm-mirror-9878e719f8ffbe57b8ca3ee130b3bd8110447caa.tar.xz
netpbm-mirror-9878e719f8ffbe57b8ca3ee130b3bd8110447caa.zip
Release 10.35.88
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@1853 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt/rle_open_f.c')
-rw-r--r--urt/rle_open_f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c
index d2575c11..f2eae4da 100644
--- a/urt/rle_open_f.c
+++ b/urt/rle_open_f.c
@@ -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;