diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-28 12:45:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-28 12:45:18 +0200 |
commit | 7ac97639da8b6428e2a17464bddea0280f032321 (patch) | |
tree | 75b6cf25f5ac6785a842724a45578109688d80ec /recording.c | |
parent | 59237584e97466aaa923579118f5ca6277d77f1b (diff) | |
download | vdr-7ac97639da8b6428e2a17464bddea0280f032321.tar.gz vdr-7ac97639da8b6428e2a17464bddea0280f032321.tar.bz2 |
Added missing include file
Diffstat (limited to 'recording.c')
-rw-r--r-- | recording.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.c b/recording.c index e37ccd85..067ce68a 100644 --- a/recording.c +++ b/recording.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.c 1.12 2000/07/24 16:31:07 kls Exp $ + * $Id: recording.c 1.13 2000/07/27 20:01:05 kls Exp $ */ #define _GNU_SOURCE @@ -13,6 +13,7 @@ #include <fcntl.h> #include <stdio.h> #include <string.h> +#include <sys/stat.h> #include <unistd.h> #include "interface.h" #include "tools.h" |