From 5e7e5d66faf6808f78b3d68ff891685139a1fa31 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 29 Apr 2003 21:02:37 +0000 Subject: [PATCH] #including genwrap.h for YIELD definition. --- src/sbbs3/ringbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbbs3/ringbuf.c b/src/sbbs3/ringbuf.c index 06eab9c925..42e2af61fe 100644 --- a/src/sbbs3/ringbuf.c +++ b/src/sbbs3/ringbuf.c @@ -45,6 +45,7 @@ #include LOCKED_DATA_SEGMENT #endif +#include "genwrap.h" /* YIELD() */ #include "ringbuf.h" #ifdef RINGBUF_USE_STD_RTL -- GitLab