mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2025-02-08 09:54:09 +00:00
Cosimo Cecchi
6826d0a5fe
build: fix building with -std=c99
The "uint" type is not defined for standard C, and building with -std=c99 enable stricter conformance and results in compilation failing. Use "guint" instead.
Description
No description provided
Languages
C
98.5%
Meson
1.5%