diff options
Diffstat (limited to 'src/atidac.c')
-rw-r--r-- | src/atidac.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/atidac.c b/src/atidac.c index bf3b403..7eb4515 100644 --- a/src/atidac.c +++ b/src/atidac.c @@ -21,6 +21,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ati.h" #include "atidac.h" #include "atimach64io.h" |