@@ -, +, @@ --- src/pymountboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/pymountboot.h +++ a/src/pymountboot.h @@ -27,6 +27,6 @@ typedef struct enum mountpoint_status status; } BootMountpoint; -PyTypeObject BootMountpointType; +extern PyTypeObject BootMountpointType; #endif /*PYMOUNTBOOT_H*/ --