fixed silly include file ordering problems on FreeBSD
authorewt <devnull@localhost>
Mon, 16 Dec 1996 03:29:41 +0000 (03:29 +0000)
committerewt <devnull@localhost>
Mon, 16 Dec 1996 03:29:41 +0000 (03:29 +0000)
CVS patchset: 1244
CVS date: 1996/12/16 03:29:41

lib/rpmlead.c

index 45b8ccf..af6a131 100644 (file)
@@ -2,13 +2,13 @@
 # include <machine/types.h>
 #endif
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/types.h>
 
 #include "rpmlib.h"
 #include "rpmlead.h"