[spotify] Fixup header path to json.h

This commit is contained in:
ejurgensen 2017-02-16 21:51:46 +01:00
parent c7855e7c55
commit ff49e176f2

View File

@ -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"