gnucash master: Fix binreloc compile error with gcc.

John Ralls jralls at code.gnucash.org
Mon May 25 11:01:58 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/fde6be6e (commit)
	from  https://github.com/Gnucash/gnucash/commit/159ceb64 (commit)



commit fde6be6e018151c7884fd8754470c13924bbb683
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 25 08:01:47 2020 -0700

    Fix binreloc compile error with gcc.

diff --git a/libgnucash/core-utils/binreloc.c b/libgnucash/core-utils/binreloc.c
index f35e55bcf..6227be1e8 100644
--- a/libgnucash/core-utils/binreloc.c
+++ b/libgnucash/core-utils/binreloc.c
@@ -43,6 +43,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <stdint.h>
 #ifdef MAC_INTEGRATION
 #include <gtkmacintegration/gtkosxapplication.h>
 #elif GNC_PLATFORM_OSX



Summary of changes:
 libgnucash/core-utils/binreloc.c | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list