Browse Source

deploy-stub: Fix missing time.h include

rdb 2 weeks ago
parent
commit
f4ee950355
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/deploy-stub/deploy-stub.c

+ 1 - 0
pandatool/src/deploy-stub/deploy-stub.c

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