From aa1738921b16778d80674756e11acbaad5dd6032 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 4 Jan 2005 11:09:51 +0100 Subject: Changed objalloc.h to stddef.h for compatibility with gcc 2.95 --- tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.h b/tools.h index f13ee7a1..621e589b 100644 --- a/tools.h +++ b/tools.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 1.63 2005/01/04 11:06:36 kls Exp $ + * $Id: tools.h 1.64 2005/01/04 11:09:51 kls Exp $ */ #ifndef __TOOLS_H @@ -13,8 +13,8 @@ #include #include #include -#include #include +#include #include #include #include -- cgit v1.2.3