13 lines
342 B
Diff
13 lines
342 B
Diff
|
diff --git a/src/tctool.cpp b/src/tctool.cpp
|
||
|
index bbab13f..9ce8e5c 100644
|
||
|
--- a/src/tctool.cpp
|
||
|
+++ b/src/tctool.cpp
|
||
|
@@ -33,6 +33,7 @@
|
||
|
#include <string.h>
|
||
|
#include <unistd.h>
|
||
|
#include <signal.h>
|
||
|
+#include <cstdlib>
|
||
|
|
||
|
std::string options = "I:m:i:r:t:p:c:MUdsSCRh";
|
||
|
std::string ethDev = "eth0";
|