mirror of
https://github.com/RetroShare/OpenPGP-SDK.git
synced 2026-09-12 19:50:03 +05:00
Merge pull request #1 from thunder2/fix_msys2
Fixed MSYS2 compile with gcc 14
This commit is contained in:
commit
a364741f62
@ -30,7 +30,9 @@
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
@ -22,7 +22,9 @@
|
||||
/** \file
|
||||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user