summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_meta_source_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-01-02 13:32:45 -0500
committerTom Rondeau <trondeau@vt.edu>2013-01-02 13:32:45 -0500
commit525b6a1bfe867a8b4411c5d0705a9eba56849712 (patch)
tree85f596f429b336910fe1d49267e01349b7264e47 /gr-blocks/lib/file_meta_source_impl.cc
parent20af01746e43414c9ebaef5c387479de4a3ed621 (diff)
parent09a9e19eb5970f0eeb8ad247054d22493367f30a (diff)
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gr-blocks/lib/file_meta_source_impl.cc')
-rw-r--r--gr-blocks/lib/file_meta_source_impl.cc11
1 files changed, 7 insertions, 4 deletions
diff --git a/gr-blocks/lib/file_meta_source_impl.cc b/gr-blocks/lib/file_meta_source_impl.cc
index 5c22251d2a..9d66193e53 100644
--- a/gr-blocks/lib/file_meta_source_impl.cc
+++ b/gr-blocks/lib/file_meta_source_impl.cc
@@ -26,14 +26,12 @@
#include "file_meta_source_impl.h"
#include <gr_io_signature.h>
+#include <cstdio>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdexcept>
-#include <cstdio>
-
-namespace gr {
- namespace blocks {
+#include <stdio.h>
// win32 (mingw/msvc) specific
#ifdef HAVE_IO_H
@@ -52,6 +50,11 @@ namespace gr {
#define OUR_O_LARGEFILE 0
#endif
+
+namespace gr {
+ namespace blocks {
+
+
file_meta_source::sptr
file_meta_source::make(const std::string &filename,
bool repeat,