From: Nick Bowler Date: Fri, 7 Feb 2020 02:30:00 +0000 (-0500) Subject: Add missing includes in test cases. X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/6bec6738ec9d978036dcc64a7008c86b95bed5c0?hp=6bec6738ec9d978036dcc64a7008c86b95bed5c0 Add missing includes in test cases. It seems that current versions of GLib expose EXIT_FAILURE and EXIT_SUCCESS (possibly via indirect includes). But this is not the case in older versions and some tests fail as a result due to the missing macro definitions. Easily fixed. ---