ports/games/dangerdeep/files/patch-src__faulthandler.h
William Grzybowski 5f7eb4f449 games/dangerdeep: support stage
- Fix build on 10

PR:		192585
Submitted by:	christian.mangin gmail com
2014-08-12 16:26:34 +00:00

10 lines
325 B
C++

--- ./src/faulthandler.h.orig 2007-06-11 14:29:30.000000000 -0400
+++ ./src/faulthandler.h 2014-08-11 10:17:47.000000000 -0400
@@ -46,6 +46,7 @@
#include <execinfo.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <cxxabi.h> // Needed for __cxa_demangle
#include <signal.h>
#include <string>