mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-10 03:49:51 -05: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 "retroshare/rsinit.h"
|
||||||
#include "plugins/pluginmanager.h"
|
#include "plugins/pluginmanager.h"
|
||||||
#include "util/rsdebug.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 <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user