From 888b611c97a2ec50c4068675fde107f8f0feab1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 15 Oct 1996 05:57:18 +0200 Subject: [PATCH] now includes more .h files Rev: bin/hilfe:1.2 --- bin/hilfe | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/hilfe b/bin/hilfe index b4f93e2764..298463675c 100755 --- a/bin/hilfe +++ b/bin/hilfe @@ -3,6 +3,13 @@ /* Incremental Pike evaluator */ #include <simulate.h> +#include <stdio.h> +#include <array.h> +#include <string.h> +#include <getopt.h> +#if efun(thread_create) +#include <fifo.h> +#endif /* todo: * return (void)1; will give me problems. -- GitLab