15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
|
$OpenBSD: patch-src_ptlib_unix_svcproc_cxx,v 1.1.1.1 2010/03/23 21:10:17 ajacoutot Exp $
|
||
|
--- src/ptlib/unix/svcproc.cxx.orig Thu Jun 4 05:56:25 2009
|
||
|
+++ src/ptlib/unix/svcproc.cxx Thu Jun 4 05:57:23 2009
|
||
|
@@ -66,6 +66,10 @@
|
||
|
#include <sys/resource.h>
|
||
|
#endif
|
||
|
|
||
|
+#ifdef P_OPENBSD
|
||
|
+#include <sys/stdint.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#define new PNEW
|
||
|
|
||
|
extern void PXSignalHandler(int);
|