5d818a7a6d
The previous commit removes the stdio_ext.h header, but the ns_read function calls snprintf that needs stdio.h and therefore moving the stdio.h include from the bottom test program to the top line.