diff options
Diffstat (limited to 'mblock/src/lib/mb_port_simple.h')
-rw-r--r-- | mblock/src/lib/mb_port_simple.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/mb_port_simple.h b/mblock/src/lib/mb_port_simple.h index db9e226e6..3041239ad 100644 --- a/mblock/src/lib/mb_port_simple.h +++ b/mblock/src/lib/mb_port_simple.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 * @@ -21,7 +21,7 @@ #ifndef INCLUDED_MB_PORT_SIMPLE_H #define INCLUDED_MB_PORT_SIMPLE_H -#include <mb_port.h> +#include <mblock/port.h> /*! * \brief Concrete port realization |