diff options
Diffstat (limited to 'src/pcm/pcm_null.c')
-rw-r--r-- | src/pcm/pcm_null.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/pcm_null.c b/src/pcm/pcm_null.c index 0e6a3c63..6360be38 100644 --- a/src/pcm/pcm_null.c +++ b/src/pcm/pcm_null.c @@ -358,6 +358,7 @@ int snd_pcm_null_open(snd_pcm_t **pcmp, const char *name, snd_pcm_stream_t strea return 0; } +SND_DLSYM_BUILD_VERSION(_snd_pcm_null_open, SND_PCM_DLSYM_VERSION); int _snd_pcm_null_open(snd_pcm_t **pcmp, const char *name, snd_config_t *conf, snd_pcm_stream_t stream, int mode) |