mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
p3face include jsonapi.h only if enabled
This commit is contained in:
parent
eb77f921ec
commit
add97dede0
@ -33,7 +33,10 @@
|
||||
#include "retroshare/rsinit.h"
|
||||
#include "plugins/pluginmanager.h"
|
||||
#include "util/rsdebug.h"
|
||||
#include "jsonapi/jsonapi.h"
|
||||
|
||||
#ifdef RS_JSONAPI
|
||||
# include "jsonapi/jsonapi.h"
|
||||
#endif // ifdef RS_JSONAPI
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user