Explorar o código

Replace sys/time with ctime

Filip Klembara %!s(int64=4) %!d(string=hai) anos
pai
achega
0610bf741f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/streamer/helpers.cpp

+ 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;