bug-gnulib
[Top][All Lists]
Advanced

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

c-stack.c and DEBUG: missing import


From: Marc Nieper-Wißkirchen
Subject: c-stack.c and DEBUG: missing import
Date: Sat, 9 May 2020 13:03:01 +0200

Please add

#ifdef DEBUG
# include <stdio.h>
#endif

at the beginning of c-stack.c.

When the DEBUG flag is enabled, c-stack.c uses sprintf and without the
suggested addition gcc complains about an implicit declaration of the
function sprintf.

Thanks,

Marc



reply via email to

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