summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
commite3fe42608da06dcaf6932472343b3f39ea1bcea3 (patch)
tree0a0faa055443d301064e7d678972ba766329685b /tools.h
parent735093b8faef4f667e6a6c65f7290858286816e3 (diff)
downloadvdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.gz
vdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.bz2
Dropped dynamic repeat function
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 48665a84..cb91fc7b 100644
--- a/tools.h
+++ b/tools.h
@@ -4,12 +4,13 @@
* See the main source file 'osm.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 1.3 2000/04/15 15:09:47 kls Exp $
+ * $Id: tools.h 1.4 2000/04/16 13:54:04 kls Exp $
*/
#ifndef __TOOLS_H
#define __TOOLS_H
+#include <errno.h>
#include <stdio.h>
#include <syslog.h>