From 06e2dabe6f4ea42a41db85e8435e2c72c0c03760 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 18 May 1998 00:30:38 +0200
Subject: [PATCH] Added missing include of error.h. How could this have worked?

Rev: src/port.c:1.16
---
 src/port.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/port.c b/src/port.c
index 2eaeffeec4..cc4baa47d8 100644
--- a/src/port.c
+++ b/src/port.c
@@ -6,6 +6,8 @@
 #include "global.h"
 #include "pike_macros.h"
 #include "time_stuff.h"
+#include "error.h"
+
 #include <ctype.h>
 #include <math.h>
 #ifdef HAVE_SYS_TYPES_H
@@ -15,7 +17,7 @@
 #include <float.h>
 #include <string.h>
 
-RCSID("$Id: port.c,v 1.15 1998/03/28 15:08:34 grubba Exp $");
+RCSID("$Id: port.c,v 1.16 1998/05/17 22:30:38 grubba Exp $");
 
 #ifdef sun
 time_t time PROT((time_t *));
-- 
GitLab