mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
[spotify] Fixup header path to json.h
This commit is contained in:
parent
c7855e7c55
commit
ff49e176f2
@ -20,13 +20,8 @@
|
||||
#ifndef SRC_SPOTIFY_WEBAPI_H_
|
||||
#define SRC_SPOTIFY_WEBAPI_H_
|
||||
|
||||
|
||||
#include <event2/event.h>
|
||||
#ifdef HAVE_JSON_C_OLD
|
||||
# include <json/json.h>
|
||||
#else
|
||||
# include <json-c/json.h>
|
||||
#endif
|
||||
#include <json.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "http.h"
|
||||
|
Loading…
Reference in New Issue
Block a user