about summary refs log tree commit diff
path: root/urt/rle_open_f.c
diff options
context:
space:
mode:
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;