Explorar el Código

Replace sys/time with ctime

Filip Klembara hace 4 años
padre
commit
0610bf741f
Se han modificado 1 ficheros con 1 adiciones y 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;