2
0
forked from Ivasoft/DSView

update: glib.h include path

This commit is contained in:
dreamsourcelabTAI
2022-02-16 10:56:33 +08:00
parent 936f99c3e7
commit f1c41c074e
36 changed files with 48 additions and 35 deletions

View File

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