repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nixos/alsa: reintroduce hardware.alsa.enablePersistence (#373529)
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
puredata
/
expose-error.patch
blob
3d7d4103d40b7188eb8c7403c2a2374a6fcb5a66
1
diff --git a/src/m_pd.h b/src/m_pd.h
2
index c658fa5..a3a506c 100644
3
--- a/src/m_pd.h
4
+++ b/src/m_pd.h
5
@@ -8,6 +8,8 @@
6
extern "C" {
7
#endif
8
9
+extern void error(const char* fmt, ...);
10
+
11
#define PD_MAJOR_VERSION 0
12
#define PD_MINOR_VERSION 54
13
#define PD_BUGFIX_VERSION 1