1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

Include <stddef.h>. From gnulib.

This commit is contained in:
Jim Meyering
2003-06-06 20:10:20 +00:00
parent 199e0abbe0
commit 20bbe4ed6b

View File

@@ -1,3 +1,5 @@
#include <stddef.h>
#ifndef PARAMS
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define PARAMS(Args) Args