diff options
Diffstat (limited to 'tsak')
-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 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; |