add missing stdio.h
Stefan Schuermans

Stefan Schuermans commited on 2016-12-18 14:12:59
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -1,3 +1,4 @@
1
+#include <stdio.h>
1 2
 #include <libmng.h>
2 3
 
3 4
 mng_ptr my_mng_alloc(mng_size_t iSize)
4 5