2
0
forked from Ivasoft/DSView

update: glib.h include path

This commit is contained in:
dreamsourcelabTAI
2022-02-16 11:37:06 +08:00
parent 439421bbd7
commit d9ff0bf728
31 changed files with 31 additions and 31 deletions

View File

@@ -22,7 +22,7 @@
#include "../libsigrok-internal.h"
#include <stdlib.h>
#include <string.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include "../config.h" /* Needed for PACKAGE_STRING and others. */
#define LOG_PREFIX "output/csv"

View File

@@ -24,7 +24,7 @@
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include "../config.h" /* Needed for PACKAGE_STRING and others. */
#define LOG_PREFIX "output/gnuplot"

View File

@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <zip.h>

View File

@@ -23,7 +23,7 @@
#include "../libsigrok-internal.h"
#include <stdlib.h>
#include <string.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include "../config.h" /* Needed for PACKAGE and others. */
#define LOG_PREFIX "output/vcd"