Fix the build with GCC 4.7 and later (which do fewer extraneous
#includes of system include files). PR: 183342 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
This commit is contained in:
parent
869a50a7e1
commit
2bd024dd38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335599
1 changed files with 10 additions and 0 deletions
10
net/xpvm/files/patch-mrt-base_file.h
Normal file
10
net/xpvm/files/patch-mrt-base_file.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mrt/base_file.h.orig 2013-11-16 13:43:12.000000000 +0100
|
||||
+++ mrt/base_file.h 2013-11-16 13:44:09.000000000 +0100
|
||||
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
+#include <sys/types.h>
|
||||
#include "export_mrt.h"
|
||||
|
||||
namespace mrt {
|
Loading…
Reference in a new issue