openbsd-ports/devel/ptlib/patches/patch-src_ptlib_common_osutils_cxx
ajacoutot a730dfbf59 Major update to ptlib-2.10.3.
Some clue from espie@

Needed to work on an Ekiga update.
There are still some rought edges but they'll be worked in-tree.

This and the upcoming VoIP ports commits wouldn't have been possible
without Miod's soft couch ;-)
2011-10-26 16:59:09 +00:00

14 lines
379 B
Plaintext

$OpenBSD: patch-src_ptlib_common_osutils_cxx,v 1.2 2011/10/26 16:59:09 ajacoutot Exp $
--- src/ptlib/common/osutils.cxx.orig Fri Oct 14 08:54:51 2011
+++ src/ptlib/common/osutils.cxx Wed Oct 26 10:29:39 2011
@@ -35,6 +35,9 @@
#include <vector>
#include <map>
#include <fstream>
+#ifdef P_OPENBSD
+#include <stdint.h>
+#endif
#include <ctype.h>
#include <ptlib/pfactory.h>