Skip to content

Commit ffa458a

Browse files
fixup! fix(qgisserver): suppress wait in fcgi response destructor by using timed_mutex
1 parent 1880959 commit ffa458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/qgsfcgiserverresponse.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
#include "qgslogger.h"
2828

29-
#include <unistd.h>
3029
#include <mutex>
3130
#include <chrono>
3231

3332
#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID)
33+
#include <unistd.h>
3434
#include <sys/types.h>
3535
#include <sys/socket.h>
3636

0 commit comments

Comments
 (0)