diff --git a/driver/main.c b/driver/main.c index a1d22b0ea..0fed62ee7 100644 --- a/driver/main.c +++ b/driver/main.c @@ -69,6 +69,9 @@ const char HELP[] = # include #endif #endif +#ifdef __APPLE__ +# include +#endif #include #ifdef HAVE_GETOPT_H