patch-src_md_h 385 B

12345678910111213
  1. $OpenBSD: patch-src_md_h,v 1.1.1.1 2006/12/30 15:42:53 steven Exp $
  2. --- src/md.h.orig Mon Aug 28 08:15:43 2006
  3. +++ src/md.h Sat Dec 30 13:00:09 2006
  4. @@ -32,6 +32,8 @@
  5. /*--------------------------------------------------------------------------*/
  6. /* std collection of includes */
  7. // system
  8. +#include <sys/param.h>
  9. +#undef ctob
  10. #include <new>
  11. #include <cstdarg>
  12. #include <cassert>