X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fsndout_oss.c;h=9e959ef0382b8c6acbcd5d65264455965aabdb09;hb=a86e9a3e58f55bf49d99dfd5e5d6413e17149593;hp=2313d3fb8b2c14cdfa659b2c93a78aad187b8473;hpb=f506842df2b0e251b56ffe0a828bb2029d423eec;p=libpicofe.git diff --git a/linux/sndout_oss.c b/linux/sndout_oss.c index 2313d3f..9e959ef 100644 --- a/linux/sndout_oss.c +++ b/linux/sndout_oss.c @@ -98,7 +98,7 @@ int sndout_oss_write(const void *buff, int len) return write(sounddev, buff, len); } -#include "../common/plat.h" +#include "../plat.h" /* not really non-blocking, just detects if blocking occurs * and starts skipping writes in case it does. */