From 35658689366d3b78ce819a73cb3e475b2fb4c061 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Mon, 17 Oct 2016 12:01:59 -0700 Subject: [PATCH] Python: Fix Linux build --- src/platform/python/_builder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform/python/_builder.h b/src/platform/python/_builder.h index 3531a15b1..7ffdd422e 100644 --- a/src/platform/python/_builder.h +++ b/src/platform/python/_builder.h @@ -1,6 +1,8 @@ #define COMMON_H #define PNG_H +#define _SYS_TIME_H #define _SYS_TIME_H_ +#define _TIME_H #define _TIME_H_ #define ATTRIBUTE_FORMAT(X, Y, Z)