Files
nixpkgs/pkgs/applications/audio/puredata/expose-error.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
271 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/src/m_pd.h b/src/m_pd.h
index c658fa5..a3a506c 100644
--- a/src/m_pd.h
+++ b/src/m_pd.h
@@ -8,6 +8,8 @@
extern "C" {
#endif
+extern void error(const char* fmt, ...);
+
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 54
#define PD_BUGFIX_VERSION 1