diff options
| author | 2009-12-01 16:51:00 +0000 | |
|---|---|---|
| committer | 2009-12-01 16:51:00 +0000 | |
| commit | 7ad74adb71f354d7e18704d1485187662b94670a (patch) | |
| tree | 91d4006f4b23aa51e9c10c24b25e39144a231c6b /src/modules/dcc/video.cpp | |
| parent | excluded code by compile flag (diff) | |
| download | KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.tar.gz KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.tar.bz2 KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.zip | |
fixed linking problems
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3644 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/video.cpp')
| -rw-r--r-- | src/modules/dcc/video.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/dcc/video.cpp b/src/modules/dcc/video.cpp index c0fc48633..11d2c6ad5 100644 --- a/src/modules/dcc/video.cpp +++ b/src/modules/dcc/video.cpp @@ -44,6 +44,8 @@ #include <QByteArray> #include <QBuffer> +#include <sys/ioctl.h> + extern KviDccBroker * g_pDccBroker; #ifndef COMPILE_DISABLE_DCC_VIDEO |
