packages/multimedia/crtmpserver/patches/060-add-missing-includes.patch

11 lines
314 B
Diff
Raw Normal View History

--- a/sources/common/src/utils/logging/fileloglocation.cpp
+++ b/sources/common/src/utils/logging/fileloglocation.cpp
@@ -17,6 +17,7 @@
* along with crtmpserver. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <ctime>
#include "utils/logging/fileloglocation.h"
#include "utils/lua/luautils.h"