]> granicus.if.org Git - procps-ng/commit
library: fixing stdio.h include position in nsutils.c
authorJaromir Capik <jcapik@redhat.com>
Tue, 26 Aug 2014 13:24:55 +0000 (15:24 +0200)
committerJaromir Capik <jcapik@redhat.com>
Tue, 26 Aug 2014 13:24:55 +0000 (15:24 +0200)
commit5d818a7a6d4ecb877b1eab74838cdbdcb1781f07
tree1a7dd7b140945c77bdf7c897f69bce1c3ced47da
parent41f7ff3ea8b838ee29b2d59fcbc69012d1686980
library: fixing stdio.h include position in nsutils.c

The previous commit removes the stdio_ext.h header,
but the ns_read function calls snprintf that needs
stdio.h and therefore moving the stdio.h include
from the bottom test program to the top line.
lib/nsutils.c