blob: 860d7f73e813debd5961431d8c7369a3e674f05c (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- tools/src/parsers/XfstCompiler.cc.orig	2014-07-04 18:26:59.000000000 +0400
+++ tools/src/parsers/XfstCompiler.cc	2014-07-04 18:27:09.000000000 +0400
@@ -18,6 +18,7 @@
 #   include <config.h>
 #endif
 
+#define _WITH_GETLINE
 #include <string>
 #include <map>
 #include <list>
 |