X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=f4d190107c1b747ba78b4b8e4827f01ee365e50b;hb=e7eb29685cac9332f4137201a6759130e700165d;hp=4037d9e909db5b446f2ec31c22e1d055ad62f309;hpb=3cd4b381744eb88fd4ba32565bd408c33b431629;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 4037d9e9..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"