sthen 6d977fa71d update to ucblogo-6.0
sample code at https://people.eecs.berkeley.edu/~bh/logo-sample.html
behaves a bit strangely but it's the same with the in-tree version but
simple tests with pen control/movement work as well as before.

(the distfile for 5.5 is no longer available upstream, port had no
MASTER_SITES line so was using implicit default of MASTER_SITE_OPENBSD)
2018-12-21 15:00:42 +00:00

16 lines
293 B
Plaintext

$OpenBSD: patch-wrksp_c,v 1.3 2018/12/21 15:00:42 sthen Exp $
Index: wrksp.c
--- wrksp.c.orig
+++ wrksp.c
@@ -27,6 +27,10 @@
#include <windows.h>
#endif
+#include <sys/types.h>
+#include <sys/wait.h>
+#include <ctype.h>
+
#define WANT_EVAL_REGS 1
#include "logo.h"
#include "globals.h"