bpftrace/bpftrace-gcc11.patch
DistroBaker 6ad4887547 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/bpftrace.git#5b1b0ed06f26039512c5adc1a4cb49f8ddee6fdd
2020-12-04 20:13:11 +00:00

13 lines
226 B
Diff

diff --git a/src/parser.yy b/src/parser.yy
index 53293c5..3dbbd05 100644
--- a/src/parser.yy
+++ b/src/parser.yy
@@ -18,6 +18,7 @@
%code requires
{
#include <regex>
+#include <limits>
namespace bpftrace {
class Driver;