Qt 4.8
|
#include "qsystemsemaphore.h"
#include "qsystemsemaphore_p.h"
#include <qcoreapplication.h>
#include <qdebug.h>
#include <qfile.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <fcntl.h>
#include <errno.h>
#include "private/qcore_unix_p.h"