blob: d5b97845826dfd74a028b9914833d098d7fec7ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- kdebase/tsak/main.cpp.tsak 2012-08-20 18:12:34.000000000 -0400
+++ kdebase/tsak/main.cpp 2012-08-20 18:13:16.748272246 -0400
@@ -35,7 +35,9 @@
#include <sys/time.h>
#include <termios.h>
#include <signal.h>
+extern "C" {
#include <libudev.h>
+}
#include <libgen.h>
#define FIFO_DIR "/tmp/ksocket-global"
|