Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IPC/QSharedMemory: add missing include
Include header defining MAP_FAILED for SysV sharedmemory to fix: src/corelib/ipc/qsharedmemory_systemv.cpp:175:25: error: ‘MAP_FAILED’ was not declared in this scope; did you mean ‘AF_FILE’? 175 | if (self->memory == MAP_FAILED) { | ^~~~~~~~~~ Change-Id: Ia30539d90faad911909f2556b655758ddea6efdb Reviewed-by: Fabian Kosmale <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information