1
0
Fork 0

Add a missing include of stdio.h for snprintf()

This commit is contained in:
ant-222 2020-01-18 22:33:44 +03:00 committed by Patryk Obara
parent fb300c3762
commit 750b407801

View file

@ -28,6 +28,8 @@
* This file written by Ryan C. Gordon. (icculus@icculus.org)
*/
#include <stdio.h>
#if HAVE_CONFIG_H
# include <config.h>
#endif