bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

an stdio fix


From: Bruno Haible
Subject: an stdio fix
Date: Tue, 6 Mar 2007 04:26:43 +0100
User-agent: KMail/1.5.4

The <stdio.h> substitute is not self-contained if the 'snprintf' or 'vsnprintf'
module is used: it is lacking a definition of size_t.

2007-03-05  Bruno Haible  <address@hidden>

        * lib/stdio_.h: Include <stddef.h>.

*** lib/stdio_.h        21 Feb 2007 02:18:10 -0000      1.1
--- lib/stdio_.h        6 Mar 2007 03:17:11 -0000
***************
*** 29,34 ****
--- 29,35 ----
  #include @ABSOLUTE_STDIO_H@
  
  #include <stdarg.h>
+ #include <stddef.h>
  
  
  /* The definition of GL_LINK_WARNING is copied here.  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]