Branch oldpackages for 14.07
[14.07/packages.git] / net / tctool / patches / 005-fix-gcc_4_3-compile.patch
1 --- a/src/tctool.cpp
2 +++ b/src/tctool.cpp
3 @@ -33,6 +33,7 @@
4  #include <string.h>
5  #include <unistd.h>
6  #include <signal.h>
7 +#include <cstdlib>
8  
9  std::string                      options = "I:m:i:r:t:p:c:MUdsSCRh";
10  std::string                      ethDev  = "eth0";