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:
Gerald Pfeifer 2013-12-03 23:21:18 +00:00
parent 869a50a7e1
commit 2bd024dd38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335599

View 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 {