freebsd-ports/x11-clocks/buici-clock/files/patch-xo_res__l.l
Sunpoet Po-Chuan Hsieh becaac537e Fix build with bison 3.7.4
PR:		248911
Exp-run by:	antoine
2021-01-26 13:59:25 +00:00

11 lines
230 B
Text

--- xo/res_l.l.orig 2012-12-29 18:51:57 UTC
+++ xo/res_l.l
@@ -33,7 +33,7 @@
#include "standard.h"
#define IS_PARSER
#include "lres.h"
-#include "res_y.h"
+#include "res_y.hxx"
#include <limits.h>
#if defined (__cplusplus)