<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- rpmio/rpmuuid.c	2011-03-26 09:03:53.000000000 -0400
+++ rpmio/rpmuuid.c	2017-09-30 18:25:59.000000000 -0400
@@ -2,6 +2,8 @@
  * \file rpmio/rpmuuid.c
  */
 
+#define _XOPEN_SOURCE 
+
 #if defined(__APPLE__)
 /* workaround for "uuid_t" type conflict, between &lt;unistd.h&gt; and "uuid.h" */
 #define _UUID_T
</pre></body></html>