View | Details | Raw Unified | Return to bug 229562 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-Modules__uuidmodule.c (+12 lines)
Line 0 Link Here
1
--- Modules/_uuidmodule.c.orig	2018-06-26 20:07:35.000000000 -0700
2
+++ Modules/_uuidmodule.c	2018-07-06 00:27:09.979104000 -0700
3
@@ -1,9 +1,6 @@
4
 #define PY_SSIZE_T_CLEAN
5
 
6
 #include "Python.h"
7
-#ifdef HAVE_UUID_UUID_H
8
-#include <uuid/uuid.h>
9
-#endif
10
 #ifdef HAVE_UUID_H
11
 #include <uuid.h>
12
 #endif

Return to bug 229562