diff options
| author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-04-28 13:25:06 +0000 |
|---|---|---|
| committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2006-04-28 13:25:06 +0000 |
| commit | 799ba6a8fd0f9a3b7b39dff98cbf93744c9dda1b (patch) | |
| tree | f21dfc44321fd1b76fc50cb35c8fbe5eb24d2a77 | |
| parent | 8c22b2f73600853922c975da8427ac484a328729 (diff) | |
| download | vdr-plugin-muggle-799ba6a8fd0f9a3b7b39dff98cbf93744c9dda1b.tar.gz vdr-plugin-muggle-799ba6a8fd0f9a3b7b39dff98cbf93744c9dda1b.tar.bz2 | |
fix compilation with gcc4.0
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@937 e10066b5-e1e2-0310-b819-94efdf66514b
| -rw-r--r-- | mg_image_provider.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_image_provider.c b/mg_image_provider.c index 3ca1dea..94a7230 100644 --- a/mg_image_provider.c +++ b/mg_image_provider.c @@ -21,6 +21,7 @@ #include <unistd.h> #include <fts.h> #include <regex.h> +#include <errno.h> using namespace std; |
