p25_frame.h: fix include guard

This commit is contained in:
Max 2017-11-22 19:02:20 -05:00
parent ef586696a1
commit 84f0a32ee1
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
#ifndef INCLUDED_OP25_P25_FRAME_H
#define INCLUDED_OP25_P25_FRAME_H 1
#ifndef INCLUDED_P25_FRAME_H
#define INCLUDED_P25_FRAME_H 1
#include <vector>
typedef std::vector<bool> bit_vector;
@ -62,4 +62,4 @@ p25_setup_frame_header(bit_vector& frame_body, uint64_t hw) {
} // namespace op25_repeater
} // namespace gr
#endif /* INCLUDED_OP25_P25_FRAME_H */
#endif /* INCLUDED_P25_FRAME_H */