deploy-stub: Fix missing time.h include

This commit is contained in:
rdb 2025-12-01 14:46:40 +01:00
parent 6a77fc633b
commit f4ee950355
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdint.h>
#include <fcntl.h>
#include <time.h>
#if PY_MAJOR_VERSION >= 3
# include <locale.h>