]> git.draconx.ca Git - gob-dx.git/commitdiff
Add missing <stdlib.h> includes in test cases.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:30:00 +0000 (21:30 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Feb 2020 02:30:00 +0000 (21:30 -0500)
It seems that current versions of GLib expose EXIT_FAILURE and
EXIT_SUCCESS (possibly via indirect <stdlib.h> 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.


No differences found