diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-10 17:22:18 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-10 17:22:18 +0200 |
| commit | ea7811818e3d5eb785a13a629f998f423ecf228b (patch) | |
| tree | e7bf963019dc14b4df0934984258fa8bf6dc4746 | |
| parent | eeb482ba1ac3c8027fe1397c25eeaf18e32612ee (diff) | |
| download | tdelibs-ea7811818e3d5eb785a13a629f998f423ecf228b.tar.gz tdelibs-ea7811818e3d5eb785a13a629f998f423ecf228b.zip | |
GCC 4.8 fixes.
| -rw-r--r-- | tdelfeditor/tdelfeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdelfeditor/tdelfeditor.cpp b/tdelfeditor/tdelfeditor.cpp index d982bea5d..23c95a05a 100644 --- a/tdelfeditor/tdelfeditor.cpp +++ b/tdelfeditor/tdelfeditor.cpp @@ -30,6 +30,7 @@ /* Obtaining command-line options */ #include <getopt.h> +#include <cstdlib> /* Internationalization support */ extern "C" { |
