]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix brackets around plist.h
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 May 2022 09:29:15 +0000 (10:29 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 23 May 2022 09:29:15 +0000 (10:29 +0100)
player.h

index 499b38e1d1efa8dae1ed0dee5d515f1f27eaa987..c4839fad4cca60ccaa71a7c9c61d22f58cb7d474 100644 (file)
--- a/player.h
+++ b/player.h
@@ -23,7 +23,7 @@
 
 #ifdef CONFIG_AIRPLAY_2
 #include "pair_ap/pair.h"
-#include "plist/plist.h"
+#include <plist/plist.h>
 #endif
 
 #include "alac.h"