void-packages/srcpkgs/renderdoc/patches/time_t.patch
Đoàn Trần Công Danh 4e19a50509 renderdoc: update to 1.21.
2022-09-24 07:51:32 +07:00

10 lines
255 B
Diff

--- a/renderdoc/os/os_specific.h
+++ b/renderdoc/os/os_specific.h
@@ -35,6 +35,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
+#include <time.h>
#include <functional>
#include "api/replay/rdcarray.h"
#include "api/replay/rdcpair.h"