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