M7350/kernel/tools/perf/util/gtk/gtk.h
2024-09-09 08:52:07 +00:00

9 lines
197 B
C

#ifndef _PERF_GTK_H_
#define _PERF_GTK_H_ 1
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#include <gtk/gtk.h>
#pragma GCC diagnostic error "-Wstrict-prototypes"
#endif /* _PERF_GTK_H_ */