From b19ba8a2e19ce38035a40aa67261b03ca806da33 Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Sun, 24 May 2020 13:19:19 +0300 Subject: [PATCH] Fix GCC 10 compiling (-fno-common) --- src/pymountboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymountboot.h b/src/pymountboot.h index 8deb680..736539c 100644 --- a/src/pymountboot.h +++ b/src/pymountboot.h @@ -27,6 +27,6 @@ typedef struct enum mountpoint_status status; } BootMountpoint; -PyTypeObject BootMountpointType; +extern PyTypeObject BootMountpointType; #endif /*PYMOUNTBOOT_H*/ -- 2.26.2