summaryrefslogtreecommitdiff
path: root/games-rpg/adonthell/files/adonthell-0.3.8-python3.10.patch
blob: 21bba839a271dc8f4c40b5208f4493f1e4e7fa37 (plain)
1
2
3
4
5
6
7
node.h was removed in python3.10 but this does not actually use it
--- a/src/python_class.h
+++ b/src/python_class.h
@@ -38,3 +38,2 @@
 #include "eval.h"
-#include "node.h"
 #include "fileops.h"