Add a missing include of stdio.h for snprintf()
This commit is contained in:
parent
fb300c3762
commit
750b407801
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue