You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
351 B

  1. Author: James Cowgill <jcowgill@debian.org>
  2. Description: fix FTBFS on 32-bit mips*
  3. Bug-Debian: #864298
  4. --- a/storage/innobase/include/os0sync.h
  5. +++ b/storage/innobase/include/os0sync.h
  6. @@ -37,6 +37,7 @@ Created 9/6/1995 Heikki Tuuri
  7. #include "univ.i"
  8. #include "ut0lst.h"
  9. +#include "sync0types.h"
  10. /** CPU cache line size */
  11. #ifdef __powerpc__