From 3eb19a935d6301f1cdb24a128e8c1919a2b55f82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 30 Jan 1998 17:49:30 +0100
Subject: [PATCH] Added missing #include.

Rev: src/program.c:1.62
---
 src/program.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/program.c b/src/program.c
index 0f13c71ef6..6db5bd2944 100644
--- a/src/program.c
+++ b/src/program.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: program.c,v 1.61 1998/01/29 22:53:56 hubbe Exp $");
+RCSID("$Id: program.c,v 1.62 1998/01/30 16:49:30 grubba Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
@@ -24,6 +24,7 @@ RCSID("$Id: program.c,v 1.61 1998/01/29 22:53:56 hubbe Exp $");
 #include "threads.h"
 #include "constants.h"
 #include "operators.h"
+#include "builtin_functions.h"
 
 #include <errno.h>
 #include <fcntl.h>
-- 
GitLab