Include stdio.h into strsafe.h to silence a warning

svn path=/branches/cmake-bringup/; revision=50430
This commit is contained in:
Timo Kreuzer 2011-01-19 12:05:18 +00:00
parent 75818ca832
commit a23b388edb

View file

@ -1,6 +1,7 @@
#ifndef __STRSAFE_H_
#define __STRSAFE_H_
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>