summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-04 11:09:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-04 11:09:51 +0100
commitaa1738921b16778d80674756e11acbaad5dd6032 (patch)
treec05340d33482d9ec7b4fbee9f2e0cbc8c629084b /tools.h
parentf894ce7e00232d3f1ac76d48a14bdf5a8bc17594 (diff)
downloadvdr-aa1738921b16778d80674756e11acbaad5dd6032.tar.gz
vdr-aa1738921b16778d80674756e11acbaad5dd6032.tar.bz2
Changed objalloc.h to stddef.h for compatibility with gcc 2.95
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files 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 <dirent.h>
#include <errno.h>
#include <fcntl.h>
-#include <objalloc.h>
#include <poll.h>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <syslog.h>