diff options
Diffstat (limited to 'noatun-plugins/tippercanoe')
-rw-r--r-- | noatun-plugins/tippercanoe/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/tippercanoe/main.cpp b/noatun-plugins/tippercanoe/main.cpp index 24e81b9..46820e7 100644 --- a/noatun-plugins/tippercanoe/main.cpp +++ b/noatun-plugins/tippercanoe/main.cpp @@ -156,7 +156,7 @@ void warning(const char *, bool) fprintf(stderr,"(reason for error: %s)\n",strerror(errno));*/ } -#include <kinstance.h> +#include <tdeinstance.h> int main() { fcntl(STDIN_FILENO, F_SETFL, fcntl(STDIN_FILENO, F_GETFL) & ~O_NONBLOCK); |