mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Fix typo in preprocessor symbol
This commit is contained in:
parent
6098c53d32
commit
7181c3ad48
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "AssignmentClientChildData.h"
|
||||
#include "SharedUtil.h"
|
||||
#include <QtCore/QJsonDocument>
|
||||
#ifdef POSIX_SOURCE
|
||||
#ifdef _POSIX_SOURCE
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue