diff options
author | Stefan Schallenberg <infos@nafets.de> | 2013-09-10 23:11:23 +0200 |
---|---|---|
committer | Stefan Schallenberg <infos@nafets.de> | 2013-09-10 23:11:23 +0200 |
commit | f19e505e2c423b038787d3e63e62150eba328aa5 (patch) | |
tree | a4582334b2ce1266bf7c2df5cbfa381c52d45043 /tools/source.h | |
parent | 5c57e29c42bf3fd1919aa4fcdb5f3338bfb59056 (diff) | |
download | vdr-plugin-ffnetdev-f19e505e2c423b038787d3e63e62150eba328aa5.tar.gz vdr-plugin-ffnetdev-f19e505e2c423b038787d3e63e62150eba328aa5.tar.bz2 |
First try to adopt to new VDR 2.x Makefile
Also changing the Internationalization to po/de_DE.po file
Diffstat (limited to 'tools/source.h')
-rw-r--r-- | tools/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source.h b/tools/source.h index 09c4bf3..0e001b7 100644 --- a/tools/source.h +++ b/tools/source.h @@ -1,7 +1,7 @@ #ifndef TOOLBOX_SOURCE_H #define TOOLBOX_SOURCE_H -#include "tools/tools.h" +#include "tools.h" #include <sys/types.h> #include <string> |