libxo: Use program wrappers for exit(), etc.

This commit is contained in:
Sebastian Huber 2018-10-24 11:35:31 +02:00
parent ed5e02a933
commit a1e32519dc

View File

@ -96,6 +96,9 @@
#ifdef HAVE_GETTEXT #ifdef HAVE_GETTEXT
#include <libintl.h> #include <libintl.h>
#endif /* HAVE_GETTEXT */ #endif /* HAVE_GETTEXT */
#ifdef __rtems__
#include <machine/rtems-bsd-program.h>
#endif /* __rtems__ */
/* Rather lame that we can't count on these... */ /* Rather lame that we can't count on these... */
#ifndef FALSE #ifndef FALSE