Files
ports/irc/eggdrop/files/patch-src_mod_python.mod_pycmds.c
Ryan Steinmetz ad07ec0635 irc/eggdrop: Replace SED use with REINPLACE_CMD+patch
PR:		283584
Reported by:	danfe@
2025-02-04 11:05:31 -05:00

11 lines
248 B
C

--- src/mod/python.mod/pycmds.c.orig 2025-02-04 15:24:41 UTC
+++ src/mod/python.mod/pycmds.c
@@ -22,7 +22,6 @@
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <datetime.h>
-#include <tcl.h>
#include "src/mod/module.h"
typedef struct {