Description: Fix FTBFS with GCC12
Origin: upstream, https://github.com/pwsafe/pwsafe/commit/d8e7ec230e5cd4fa67aff4d6227d73dd9ddb37dd.diff
Last-Update: 2022-08-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/os/unix/pws_time.h
+++ b/src/os/unix/pws_time.h
@@ -10,9 +10,7 @@
 
 #include "../typedefs.h"
 #include <stdint.h>
-#ifdef __FreeBSD__
 #include <time.h>
-#endif
 
 #ifndef __TIME64_T_TYPE
 #define __TIME64_T_TYPE uint64_t
