mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:36:45 +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 "AssignmentClientChildData.h"
|
||||||
#include "SharedUtil.h"
|
#include "SharedUtil.h"
|
||||||
#include <QtCore/QJsonDocument>
|
#include <QtCore/QJsonDocument>
|
||||||
#ifdef POSIX_SOURCE
|
#ifdef _POSIX_SOURCE
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue