deploy-stub: Fix missing time.h include
This commit is contained in:
parent
6a77fc633b
commit
f4ee950355
|
|
@ -21,6 +21,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
#if PY_MAJOR_VERSION >= 3
|
||||
# include <locale.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue