diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index c2f2736..1730743 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -17,6 +17,10 @@ Copyright (c) 2013-2017 Jon Lund Steffensen <jonlst@gmail.com> */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> |