Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306803
Collapse All | Expand All

(-)isight-firmware-tools-1.5.90/src/export.c (+2 lines)
Lines 35-40 Link Here
35
#include <glib/gi18n.h>
35
#include <glib/gi18n.h>
36
#include <glib/gstdio.h>
36
#include <glib/gstdio.h>
37
37
38
#include <locale.h>
39
38
/* OPTIONS */
40
/* OPTIONS */
39
static gchar *input	= NULL;
41
static gchar *input	= NULL;
40
static gchar *output	= "isight.ihx";
42
static gchar *output	= "isight.ihx";
(-)isight-firmware-tools-1.5.90/src/extract.c (+2 lines)
Lines 36-41 Link Here
36
#include <glib/gi18n.h>
36
#include <glib/gi18n.h>
37
#include <glib/gstdio.h>
37
#include <glib/gstdio.h>
38
38
39
#include <locale.h>
40
39
/*
41
/*
40
 * Foreach file identified by their sha1sum, we store the offset where
42
 * Foreach file identified by their sha1sum, we store the offset where
41
 * the firmware begin in the file.
43
 * the firmware begin in the file.
(-)isight-firmware-tools-1.5.90/src/load.h (+2 lines)
Lines 36-41 Link Here
36
#include <glib.h>
36
#include <glib.h>
37
#include <usb.h>
37
#include <usb.h>
38
38
39
#include <locale.h>
40
39
#ifndef _LOAD_H_
41
#ifndef _LOAD_H_
40
#define	_LOAD_H_
42
#define	_LOAD_H_

Return to bug 306803