diff options
Diffstat (limited to 'dwarflint/coverage.cc')
| -rw-r--r-- | dwarflint/coverage.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwarflint/coverage.cc b/dwarflint/coverage.cc index 2cbf3b30..80e3be58 100644 --- a/dwarflint/coverage.cc +++ b/dwarflint/coverage.cc @@ -1,6 +1,6 @@ /* Implementation of coverage analysis. - Copyright (C) 2008,2009 Red Hat, Inc. + Copyright (C) 2008, 2009, 2010 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -30,6 +30,7 @@ #include "coverage.hh" #include "pri.hh" +#include "misc.h" #include <stdbool.h> #include <assert.h> |
