config.patch 189 B

1234567
  1. --- a/include/portable-linux.h (index)
  2. +++ b/include/portable-linux.h (working tree)
  3. @@ -104,1 +104,3 @@
  4. -#define HAVE_BITS_TYPES_H 1
  5. +#ifdef __linux__
  6. +#define HAVE_BITS_TYPES_H 1
  7. +#endif