libarchive: Fix dev_t configuration

This commit is contained in:
Brad King 2009-11-04 16:06:34 -05:00
parent 9bc63eb30f
commit 7f5361f040
1 changed files with 3 additions and 0 deletions

View File

@ -666,6 +666,9 @@
/* Define to `int' if <sys/types.h> does not define. */
#cmakedefine mode_t ${mode_t}
/* Define to `unsigned int' if <sys/types.h> does not define. */
#cmakedefine dev_t ${dev_t}
/* Define to `long long' if <sys/types.h> does not define. */
#cmakedefine off_t ${off_t}