1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

misc: unistd needed for get_pid

Change-Id: I9f58bef7eb5b379e95f2494ac6745041e9ae194f
This commit is contained in:
Sébastien Blin 2022-06-23 09:30:59 -04:00
parent 63646e6b65
commit 51296aad85
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
#include "instancemanager.h"
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER)
#if !defined(_MSC_VER)
#include <unistd.h>
#endif

View file

@ -21,7 +21,7 @@
#include <locale>
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER)
#if !defined(_MSC_VER)
#include <unistd.h>
#endif