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:
parent
63646e6b65
commit
51296aad85
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "instancemanager.h"
|
||||
|
||||
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER)
|
||||
#if !defined(_MSC_VER)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <locale>
|
||||
|
||||
#if !defined(ENABLE_LIBWRAP) && !defined(_MSC_VER)
|
||||
#if !defined(_MSC_VER)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue