[spotify] Add missing include of config.h

This commit is contained in:
ejurgensen 2021-07-05 21:09:02 +02:00
parent 6583157596
commit eae09039d5

View File

@ -14,6 +14,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>