From 759c751cfd90c956eb24ad26cd03e279782c7bed Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Thu, 30 Aug 2012 10:06:09 +0200 Subject: [PATCH] include types.h rather that param.h, use unsigned for magic --- libsndio/sndio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsndio/sndio.h b/libsndio/sndio.h index 1c6f7c3..bd79202 100644 --- a/libsndio/sndio.h +++ b/libsndio/sndio.h @@ -17,7 +17,7 @@ #ifndef SNDIO_H #define SNDIO_H -#include +#include /* * default audio device and MIDI port @@ -51,7 +51,7 @@ struct sio_par { unsigned int round; /* optimal bufsz divisor */ unsigned int appbufsz; /* minimum buffer size */ int __pad[3]; /* for future use */ - int __magic; /* for internal/debug purposes only */ + unsigned int __magic; /* for internal/debug purposes only */ }; /*