Use <> for a system header

This commit is contained in:
Nobuyoshi Nakada 2025-07-24 12:56:08 +09:00
parent 6dc37f9003
commit b246fb604e
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

2
time.c
View file

@ -46,7 +46,7 @@
#include "timev.h"
#if defined(_WIN32)
# include "timezoneapi.h" /* DYNAMIC_TIME_ZONE_INFORMATION */
# include <timezoneapi.h> /* DYNAMIC_TIME_ZONE_INFORMATION */
#endif
#include "builtin.h"