$NetBSD: patch-unix-ossaix.cxx,v 1.2 2012/12/01 15:28:03 darcy Exp $ - Add Dragonfly support --- src/ptlib/unix/ossaix.cxx.orig 2009-09-21 00:25:17.000000000 +0000 +++ src/ptlib/unix/ossaix.cxx @@ -40,6 +40,10 @@ #include #endif +#if defined(P_DRAGONFLY) +#include +#endif + #ifdef P_FREEBSD #include #endif