conditionally include <machine/types.h>
authorewt <devnull@localhost>
Wed, 25 Sep 1996 19:16:05 +0000 (19:16 +0000)
committerewt <devnull@localhost>
Wed, 25 Sep 1996 19:16:05 +0000 (19:16 +0000)
CVS patchset: 1053
CVS date: 1996/09/25 19:16:05

lib/rpmlead.c

index 923e175..7d52a34 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_MACHINE_TYPES_H
+# include <machine/types.h>
+#endif
+
 #include <netinet/in.h>
 #include <stdlib.h>
 #include <stdio.h>