get rid of some warnings
authormarc <devnull@localhost>
Fri, 5 Jan 1996 03:08:34 +0000 (03:08 +0000)
committermarc <devnull@localhost>
Fri, 5 Jan 1996 03:08:34 +0000 (03:08 +0000)
CVS patchset: 129
CVS date: 1996/01/05 03:08:34

lib/rpmlead.c

index d3638ff..be211aa 100644 (file)
@@ -1,5 +1,8 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
+#include <asm/byteorder.h>
+
 #include "rpmlead.h"
 
 int writeLead(int fd, struct rpmlead *lead)