From cfd486b5c98fde96ff36de463858f26291ab8b5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 17 Nov 1997 04:03:06 +0100
Subject: [PATCH] Added missing include files module_support.h and operators.h

Rev: src/modules/math/math.c:1.7
---
 src/modules/math/math.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/math/math.c b/src/modules/math/math.c
index d3eb3b260a..be4b7fdc4e 100644
--- a/src/modules/math/math.c
+++ b/src/modules/math/math.c
@@ -8,6 +8,8 @@
 #include "constants.h"
 #include "svalue.h"
 #include "error.h"
+#include "module_support.h"
+#include "operators.h"
 
 #ifndef M_PI
 #define M_PI 3.1415926535897932384626433832795080
-- 
GitLab