Parcourir la source

fix htpstream error

MalekSediqi il y a 9 ans
Parent
commit
c86e14dea3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      httpstream.h

+ 2 - 0
httpstream.h

@@ -5,6 +5,8 @@
 #ifndef _Httpstream_H
 #define _Httpstream_H
 
+#include "ntp.h"
+
 extern bool HttpIsStreaming();
 extern void playStream(char *ipaddr, u_short port, char *radiourl);
 extern void stopStream();