void-packages/srcpkgs/grass/patches/musl.patch
classabbyamp 261c13352f grass: update to 8.3.0, orphan
move back to /usr/lib, enable shared libraries for qgis, wxwidgets gui
is now default again, don't version the install prefix because that
makes it harder to build other packages against grass
2023-09-27 16:01:02 -04:00

10 lines
220 B
Diff

--- a/include/grass/gis.h
+++ b/include/grass/gis.h
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdbool.h>
+#include <stdint.h>
/* Grass and local include files */
#include <grass/config.h>