void-packages/srcpkgs/pymol/patches/musl.patch
Érico Rolim 7cd71a104f pymol: enable for musl, fix byte-compilation.
Replace multiple include flags with PREFIX_PATH env var.

Also xlintify.
2020-09-28 17:51:26 -03:00

13 lines
277 B
Diff

diff --git a/ov/src/ov_types.h b/ov/src/ov_types.h
index 6d2ad80..11d1589 100644
--- ov/src/ov_types.h
+++ ov/src/ov_types.h
@@ -19,6 +19,8 @@ extern "C" {
#include <windows.h>
#endif
+#include <cstddef>
+
/* automatically detect 64-bit machines */
#ifndef OV_32_BIT