[btls] Include stdint.h header file in btls-time64.c
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 8 Nov 2016 18:30:35 +0000 (19:30 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 8 Nov 2016 19:05:06 +0000 (20:05 +0100)
Fixes "error: unknown type name 'int64_t'" on Alpine/musl libc.

mono/btls/btls-time64.c

index f01e8c0a2b3980584a0071616a35535ed35d0e6f..5c67546911beb6f1ecfd4f20ce048ed4c69ca3b1 100644 (file)
@@ -31,6 +31,7 @@ THE SOFTWARE.
 #include <assert.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <string.h>
 #include <time.h>
 #include <errno.h>