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

@@ -86,7 +86,7 @@
#include <inttypes.h>
#include <stdint.h>
#include <stdarg.h>
#include <glib-2.0/glib.h>
#include <glib.h>
#include <list>
#include "ui/msgbox.h"
#include "config/appconfig.h"