diff --git a/src/compat.h b/src/compat.h index c876601e..be12e2f2 100644 --- a/src/compat.h +++ b/src/compat.h @@ -20,6 +20,10 @@ * Solaris. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef HAVE_UNISTD_H #include #endif