forked from qt-creator/qt-creator
Compile with stricter GCC and glibc
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user