mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
- fix unknown uint8_t - fix RDEPEND wrong assign - EAPI=8 - small refactor Closes: https://bugs.gentoo.org/895298 Closes: https://bugs.gentoo.org/886083 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
13 lines
344 B
Diff
13 lines
344 B
Diff
https://bugs.gentoo.org/895298
|
|
|
|
--- a/src/decls.hpp
|
|
+++ b/src/decls.hpp
|
|
@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#include "config.h"
|
|
|
|
#include "umlPackage.hpp"
|
|
+#include <cinttypes>
|
|
|
|
/* Package processing auxiliary structure:
|
|
"Declarations" are UML packages (which map to IDL module or C++
|