diff options
Diffstat (limited to 'gcell/src/apps/benchmark_nop.cc')
-rw-r--r-- | gcell/src/apps/benchmark_nop.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcell/src/apps/benchmark_nop.cc b/gcell/src/apps/benchmark_nop.cc index 7ef3f636e..2d3611fd9 100644 --- a/gcell/src/apps/benchmark_nop.cc +++ b/gcell/src/apps/benchmark_nop.cc @@ -19,6 +19,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#if defined(HAVE_CONFIG_H) +#include <config.h> +#endif #include "gc_job_manager.h" #include "mb_time.h" #include <getopt.h> |