]> Git Repo - linux.git/blobdiff - tools/perf/util/scripting-engines/trace-event-perl.c
net: ipv4: add second dif to udp socket lookups
[linux.git] / tools / perf / util / scripting-engines / trace-event-perl.c
index 2b12bdb3ce33d0fbc9b8d5387fc5323153511b6e..7b79c413486b3a6ef8b0f6c32e330911c5ce7638 100644 (file)
@@ -28,7 +28,9 @@
 #include <linux/bitmap.h>
 #include <linux/time64.h>
 
-#include "../util.h"
+#include <stdbool.h>
+/* perl needs the following define, right after including stdbool.h */
+#define HAS_BOOL
 #include <EXTERN.h>
 #include <perl.h>
 
This page took 0.032518 seconds and 4 git commands to generate.