From a376cc5cc86c62f912886c4002ed1a9b3b213b88 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 5 Dec 1996 23:43:35 +0000 Subject: Keep gcc -Wall happy. --- Modules/regexmodule.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Modules/regexmodule.c') diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index 342d77141f..c9f9781fe9 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -40,6 +40,8 @@ PERFORMANCE OF THIS SOFTWARE. #include "Python.h" +#include + #include "regexpr.h" static PyObject *RegexError; /* Exception */ -- cgit v1.2.1