Compile with stricter GCC and glibc

This commit is contained in:
Thiago Macieira
2009-09-12 09:17:09 +02:00
parent 4da142255c
commit 9b0754a450
4 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,10 @@
#ifndef STANDALONE_RUNNER
#include "gdbengine.h"
#endif
#ifndef Q_OS_WIN
# include <sys/types.h>
# include <unistd.h>
#endif
#define TrkCB(s) TrkCallback(this, &TrkGdbAdapter::s)