From f724741db0d48a6fd0bb07ac42bba9b203d3eb71 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jan 2014 16:14:42 +0100 Subject: DHCPCD(8): Add getopt_long_r() support --- dhcpcd/if-options.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhcpcd/if-options.c') diff --git a/dhcpcd/if-options.c b/dhcpcd/if-options.c index c7930096..7244f8de 100644 --- a/dhcpcd/if-options.c +++ b/dhcpcd/if-options.c @@ -33,6 +33,9 @@ #include #include +#ifdef __rtems__ +#define __need_getopt_newlib +#endif /* __rtems__ */ #include #include #include -- cgit v1.2.3