patch-config_h_in 359 B

123456789101112131415
  1. $OpenBSD: patch-config_h_in,v 1.2 2012/06/15 09:07:59 jasper Exp $
  2. --- config.h.in.orig Wed Jan 24 23:41:06 2007
  3. +++ config.h.in Wed Jan 24 23:41:44 2007
  4. @@ -89,6 +89,10 @@
  5. /* Define to empty if `const' does not conform to ANSI C. */
  6. #undef const
  7. +#if HAVE_SYS_TYPES_H
  8. +#include <sys/types.h>
  9. +#endif
  10. +
  11. #if HAVE_SYS_MMAN_H
  12. #include <sys/mman.h>
  13. #endif