1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

(strndup): Include stdio.h and sys/types.h to

get definition of NULL and size_t on SunOS4.1.3.
This commit is contained in:
Jim Meyering
1996-07-03 03:59:02 +00:00
parent 8736952b0b
commit 1672bf6d27
+3
View File
@@ -21,6 +21,9 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
# include "config.h"
#endif
#include <stdio.h>
#include <sys/types.h>
#ifdef STDC_HEADERS
# include <string.h>
# include <stdlib.h>