diff options
Diffstat (limited to 'src/frames.c')
-rw-r--r-- | src/frames.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frames.c b/src/frames.c index ab6cb0a61..c25c9f677 100644 --- a/src/frames.c +++ b/src/frames.c @@ -39,6 +39,10 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#if HAVE_CONFIG_H +# include <config.h> +#endif + #include <string.h> #include "frames.h" |