X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=f4d190107c1b747ba78b4b8e4827f01ee365e50b;hb=841aadc95b918fd883d36c6c8555f8cb0e3cd049;hp=10f0409feeb807bc9d3a50e93b6f48c2691935b5;hpb=a755b0e122105d934c4e7b97435420eda6df6e8e;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 10f0409f..f4d19010 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -14,14 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ +#include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/binary" @@ -46,6 +46,8 @@ SR_PRIV struct sr_output_module output_binary = { .id = "binary", .name = "Binary", .desc = "Raw binary", + .exts = NULL, + .flags = 0, .options = NULL, .receive = receive, };