diff --git a/asxparser.c b/asxparser.c index f02a66f46b..a6c5196cd5 100644 --- a/asxparser.c +++ b/asxparser.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "asxparser.h" #include "mp_msg.h" diff --git a/playtree.c b/playtree.c index 4feda54ae2..4f1944397d 100644 --- a/playtree.c +++ b/playtree.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include "playtree.h" #include "mp_msg.h"