mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
p3face include jsonapi.h only if enabled
This commit is contained in:
parent
eb77f921ec
commit
add97dede0
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue