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 */ }; /*