mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 15:33:23 -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_
|
#ifndef SRC_SPOTIFY_WEBAPI_H_
|
||||||
#define SRC_SPOTIFY_WEBAPI_H_
|
#define SRC_SPOTIFY_WEBAPI_H_
|
||||||
|
|
||||||
|
|
||||||
#include <event2/event.h>
|
#include <event2/event.h>
|
||||||
#ifdef HAVE_JSON_C_OLD
|
#include <json.h>
|
||||||
# include <json/json.h>
|
|
||||||
#else
|
|
||||||
# include <json-c/json.h>
|
|
||||||
#endif
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include "http.h"
|
#include "http.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user