summaryrefslogtreecommitdiffstats
path: root/tsak/main.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-22 22:05:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-22 22:05:30 +0200
commit1b0225276c9353d651887f32c82d9ad7394372b3 (patch)
tree3db5903d09afe688b60d7e7efe98f71105e53525 /tsak/main.cpp
parent8f514540fcb06ca42c2829313b4058e45dda3a53 (diff)
downloadtdebase-1b0225276c9353d651887f32c82d9ad7394372b3.tar.gz
tdebase-1b0225276c9353d651887f32c82d9ad7394372b3.zip
Fix tsak FTBFS
Thanks to Francois Andriot for the patch This resolves Bug 1181
Diffstat (limited to 'tsak/main.cpp')
-rw-r--r--tsak/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsak/main.cpp b/tsak/main.cpp
index 38ecbcf0b..88cf11ec6 100644
--- a/tsak/main.cpp
+++ b/tsak/main.cpp
@@ -36,7 +36,9 @@ License along with tsak. If not, see http://www.gnu.org/licenses/.
#include <sys/time.h>
#include <termios.h>
#include <signal.h>
+extern "C" {
#include <libudev.h>
+}
#include <libgen.h>
using namespace std;