diff options
Diffstat (limited to 'graphics/asymptote/gsl.cc')
-rw-r--r-- | graphics/asymptote/gsl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/asymptote/gsl.cc b/graphics/asymptote/gsl.cc index f058773624..55a625e8fa 100644 --- a/graphics/asymptote/gsl.cc +++ b/graphics/asymptote/gsl.cc @@ -5,7 +5,9 @@ * Initialize gsl builtins. *****/ +#if defined(HAVE_CONFIG_H) #include "config.h" +#endif #ifdef HAVE_LIBGSL |