Hi Kristen, > --- a/src/stkutil.c > +++ b/src/stkutil.c > @@ -26,6 +26,7 @@ > #include <string.h> > #include <stdlib.h> > #include <stdint.h> > +#include <stdio.h> Minor nitpick, but this include is not needed. > > #include <glib.h> > Regards, -Denis