From a1e32519dcbf6339e5ea655227af7aa8fd402151 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Oct 2018 11:35:31 +0200 Subject: libxo: Use program wrappers for exit(), etc. --- freebsd/contrib/libxo/libxo/libxo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'freebsd') diff --git a/freebsd/contrib/libxo/libxo/libxo.c b/freebsd/contrib/libxo/libxo/libxo.c index 2a78aea1..0287360f 100644 --- a/freebsd/contrib/libxo/libxo/libxo.c +++ b/freebsd/contrib/libxo/libxo/libxo.c @@ -96,6 +96,9 @@ #ifdef HAVE_GETTEXT #include #endif /* HAVE_GETTEXT */ +#ifdef __rtems__ +#include +#endif /* __rtems__ */ /* Rather lame that we can't count on these... */ #ifndef FALSE -- cgit v1.2.3