commit | 368dab37ecdfac8c60d252e844df7b289fa83d0c | [log] [tgz] |
---|---|---|
author | Phil Krylov <phil@newstar.rinet.ru> | Sat Feb 11 20:26:33 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Feb 11 20:26:33 2006 +0100 |
tree | a0180e8f89dc697d1a90ca2ba96541d5fbd29d90 | |
parent | 06188b6d340ff1d4c7dab1c73c583cc1fa6f1a40 [diff] [blame] |
ntdll: Fix tape.c compilation on Darwin.
diff --git a/configure.ac b/configure.ac index d802373..7765266 100644 --- a/configure.ac +++ b/configure.ac
@@ -1357,7 +1357,8 @@ dnl Check for struct mtget members AC_CHECK_MEMBERS([struct mtget.mt_blksiz, struct mtget.mt_gstat, struct mtget.mt_blkno],,, -[#ifdef HAVE_SYS_MTIO_H +[#include <sys/types.h> +#ifdef HAVE_SYS_MTIO_H #include <sys/mtio.h> #endif])