mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-23 22:49:37 -05: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
@ -8,6 +8,9 @@
|
||||
#include "GxsResponseTask.h"
|
||||
#ifndef WINDOWS_SYS
|
||||
#include "unistd.h"
|
||||
#else
|
||||
#include "stdint.h"
|
||||
typedef uint32_t u_int32_t;
|
||||
#endif
|
||||
|
||||
namespace resource_api
|
||||
|
Loading…
Reference in New Issue
Block a user