Fix binreloc compile error with gcc.

This commit is contained in:
John Ralls
2020-05-25 08:01:47 -07:00
parent 159ceb6490
commit fde6be6e01

View File

@@ -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