Compilation fix

This commit is contained in:
Abramo Bagnara 2000-06-25 18:13:25 +00:00
parent 5bf777d2c2
commit 0bb7e43979

View file

@ -16,7 +16,7 @@ void main(void)
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
#error not found
#else
#if !defined(SND_PCM_IOCTL_STREAM_FRAME_IO)
#if !defined(SND_PCM_IOCTL_FRAME_IO)
#error wrong version
#endif
exit(0);