From 4cb60c4631a1b8f2c1a0fb22570bf0c20562bfbc Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Wed, 23 Aug 1995 09:48:23 +0200 Subject: [PATCH] foo Rev: src/call_out.c:1.2 --- src/call_out.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/call_out.c b/src/call_out.c index e62014c6f2..7ed40e90fa 100644 --- a/src/call_out.c +++ b/src/call_out.c @@ -7,6 +7,7 @@ #include "interpret.h" #include "error.h" #include "builtin_efuns.h" +#include "sys/types.h" call_out **pending_calls=0; /* pointer to first busy pointer */ int num_pending_calls; /* no of busy pointers in buffer */ -- GitLab