gnupg2: Update from 2.2.5 to 2.2.6
[termux-packages] / packages / libuuid / gen_uuid.c.patch
CommitLineData
5e5f620e
FF
1diff -u -r ../libuuid-1.0.3/gen_uuid.c ./gen_uuid.c
2--- ../libuuid-1.0.3/gen_uuid.c 2014-08-12 10:07:18.000000000 +0200
3+++ ./gen_uuid.c 2017-07-07 01:46:59.528994512 +0200
4@@ -38,6 +38,8 @@
5 */
6 #define _SVID_SOURCE
7
8+#include "c.h"
9+
10 #ifdef _WIN32
11 #define _WIN32_WINNT 0x0500
12 #include <windows.h>
13@@ -91,7 +97,6 @@
14 #include "uuidP.h"
15 #include "uuidd.h"
16 #include "randutils.h"
17-#include "c.h"
18
19 #ifdef HAVE_TLS
20 #define THREAD_LOCAL static __thread