Skip to content
Snippets Groups Projects
Commit a96e1ec1 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

include <stdio.h> for size_t.

git-svn-id: http://root.cern.ch/svn/root/trunk@4849 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4b40903f
No related branches found
No related tags found
No related merge requests found
/* @(#)root/clib:$Name:$:$Id:$ */
/* @(#)root/clib:$Name: $:$Id: snprintf.h,v 1.1 2000/12/10 10:54:53 rdm Exp $ */
/* Author: Fons Rademakers 10/12/2000 */
/*
......@@ -16,6 +16,7 @@
#ifdef NEED_SNPRINTF
#include <stdio.h>
#include <stdarg.h>
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment