Placed include of <sys/wait.h> after <sys/resource.h> for AIX
authorewt <devnull@localhost>
Thu, 19 Jun 1997 13:17:45 +0000 (13:17 +0000)
committerewt <devnull@localhost>
Thu, 19 Jun 1997 13:17:45 +0000 (13:17 +0000)
CVS patchset: 1699
CVS date: 1997/06/19 13:17:45

rpm.c

diff --git a/rpm.c b/rpm.c
index c362d23..c3cde1d 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/wait.h>
 #include <unistd.h>
 #include <sys/time.h>
 #include <sys/resource.h>
+#include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/types.h>