diff options
author | Tom Rondeau | 2011-03-25 13:53:09 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-03-25 13:53:09 -0400 |
commit | 8cee6c5ffb0605273c8b73891851ba3f991b0622 (patch) | |
tree | a3bd421c8fddaec15484d4d653811974c8d5969a /gnuradio-core/src/lib/runtime | |
parent | 972fc99ad6984e50731ec0dd97ccfec71829139b (diff) | |
parent | 64dac6a1f62fb8484e879f0d20ee60bc02da179c (diff) | |
download | gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.tar.gz gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.tar.bz2 gnuradio-8cee6c5ffb0605273c8b73891851ba3f991b0622.zip |
Merge branch 'master' of gnuradio.org:gnuradio
Diffstat (limited to 'gnuradio-core/src/lib/runtime')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_error_handler.cc | 1 | ||||
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_error_handler.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_error_handler.cc b/gnuradio-core/src/lib/runtime/gr_error_handler.cc index 6dbb0a5d2..4b4cdacef 100644 --- a/gnuradio-core/src/lib/runtime/gr_error_handler.cc +++ b/gnuradio-core/src/lib/runtime/gr_error_handler.cc @@ -48,7 +48,6 @@ #include <assert.h> #include <stdexcept> #include <unistd.h> -#include <stdio.h> #ifdef HAVE_IO_H #include <io.h> diff --git a/gnuradio-core/src/lib/runtime/gr_error_handler.h b/gnuradio-core/src/lib/runtime/gr_error_handler.h index 530a2c23c..aedb6f41f 100644 --- a/gnuradio-core/src/lib/runtime/gr_error_handler.h +++ b/gnuradio-core/src/lib/runtime/gr_error_handler.h @@ -45,6 +45,7 @@ #include <stdarg.h> #include <string> +#include <cstdio> // for FILE /*! * \brief abstract error handler |