(snprintf) [_WIN32]: snprintf() should have <stdio.h>.

This commit is contained in:
Ron Koenderink 2007-08-24 20:19:53 +00:00
parent eef82eb66b
commit 2a0597be8f
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include <config.h>
#include <stdio.h>
#include "commands.h"
#include "nuke.h"
#include "optlist.h"

View file

@ -40,6 +40,7 @@
#include <ctype.h>
#include <errno.h>
#include <sys/stat.h>
#include <stdio.h>
#if !defined(_WIN32)
#include <dirent.h>
#else