mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Merge pull request #72 from PhenomRetroShare/Fix_WinCompil_libresapi_u_int_32_t
Fix Windows compilation of libresapi with error:
This commit is contained in:
commit
1713789917
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
#include "GxsResponseTask.h"
|
#include "GxsResponseTask.h"
|
||||||
#ifndef WINDOWS_SYS
|
#ifndef WINDOWS_SYS
|
||||||
#include "unistd.h"
|
#include "unistd.h"
|
||||||
|
#else
|
||||||
|
#include "stdint.h"
|
||||||
|
typedef uint32_t u_int32_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace resource_api
|
namespace resource_api
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue