From 6ac15dd3fcf8b3a49c72d865e67f3496c8213a35 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 28 Jul 2002 12:48:44 +0200 Subject: Added a missing #include --- ringbuffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ringbuffer.c') diff --git a/ringbuffer.c b/ringbuffer.c index 421f19f0..b57b23e2 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -7,10 +7,11 @@ * Parts of this file were inspired by the 'ringbuffy.c' from the * LinuxDVB driver (see linuxtv.org). * - * $Id: ringbuffer.c 1.9 2002/06/16 11:24:40 kls Exp $ + * $Id: ringbuffer.c 1.10 2002/07/28 12:47:32 kls Exp $ */ #include "ringbuffer.h" +#include #include #include "tools.h" -- cgit v1.2.3