diff options
Diffstat (limited to 'mblock/src/lib/mbi_runtime_lock.h')
-rw-r--r-- | mblock/src/lib/mbi_runtime_lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/mbi_runtime_lock.h b/mblock/src/lib/mbi_runtime_lock.h index a4dec76f5..020cd733c 100644 --- a/mblock/src/lib/mbi_runtime_lock.h +++ b/mblock/src/lib/mbi_runtime_lock.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007 Free Software Foundation, Inc. + * Copyright 2007,2008 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -22,7 +22,7 @@ #ifndef INCLUDED_MBI_RUNTIME_LOCK_H #define INCLUDED_MBI_RUNTIME_LOCK_H -#include <mb_runtime.h> +#include <mblock/runtime.h> #include <mb_mblock_impl.h> #include <boost/utility.hpp> |