2
0
Эх сурвалжийг харах

Replace sys/time with ctime

Filip Klembara 4 жил өмнө
parent
commit
0610bf741f

+ 1 - 1
examples/streamer/helpers.cpp

@@ -17,7 +17,7 @@
  */
 
 #include "helpers.hpp"
-#include <sys/time.h>
+#include <ctime>
 
 using namespace std;
 using namespace rtc;