diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-22 22:05:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-22 22:09:59 +0200 |
commit | 62fd043d4bc0a7d73b38c027dedce9c2c5c0502a (patch) | |
tree | 042180baf0defb19e35b068f9b89ff30419e3d7b | |
parent | d70d3bb050b2ef8080fa4208eaf7857d2a28b409 (diff) | |
download | tdebase-62fd043d4bc0a7d73b38c027dedce9c2c5c0502a.tar.gz tdebase-62fd043d4bc0a7d73b38c027dedce9c2c5c0502a.zip |
Fix tsak FTBFS
Thanks to Francois Andriot for the patch
This resolves Bug 1181
(cherry picked from commit 1b0225276c9353d651887f32c82d9ad7394372b3)
-rw-r--r-- | tsak/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsak/main.cpp b/tsak/main.cpp index 9ac1b818b..3b876ebda 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; |