diff options
Diffstat (limited to 'tests/scanner/utility.c')
-rw-r--r-- | tests/scanner/utility.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/scanner/utility.c b/tests/scanner/utility.c index c5e48a4e..3af374c1 100644 --- a/tests/scanner/utility.c +++ b/tests/scanner/utility.c @@ -1,5 +1,9 @@ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ + +/* This file gets installed, so we can't assume config.h is available */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "utility.h" |