Lines Matching refs:Include

23 	* javacomp.c: Include classpath.h instead of classpath.c.
31 * localcharset.c: Include it.
40 * javacomp.c: Include alloca.h instead of liballoca.h.
70 * copy-file.c: Include <sys/utime.h> if <utime.h> doesn't exist.
230 Include <stdarg.h> instead of libstdarg.h.
232 * vasprintf.c: Include <stdarg.h> instead of libstdarg.h.
238 * xerror.c: Include <stdarg.h> instead of libstdarg.h.
251 * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
252 * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
253 * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
254 * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
442 * vasprintf.c: Include it.
445 * xerror.c: Include libstdarg.h.
452 * vasprintf.c: Include it.
589 * argmatch.c: Include exit.h instead of <stdlib.h>.
591 * concatpath.c: Include pathname.h, <string.h>, stpcpy.h instead of
593 * copy-file.c: Include <unistd.h>, binary-io.h, exit.h instead of
596 * execute.c: Include exit.h.
598 * findprog.c: Include pathname.h instead of system.h.
599 * javacomp.c: Include liballoca.h. Remove alloca() declaration stuff.
602 * linebreak.h: Include <stddef.h> instead of <stdlib.h>.
603 * linebreak.c: Include <stdlib.h> instead of <stddef.h>.
604 * pipe-bidi.c: Include exit.h.
606 * pipe-in.c: Include exit.h.
608 * pipe-out.c: Include exit.h.
610 * wait-process.c: Include exit.h.
612 * xerror.c: Include exit.h.
614 * xmalloc.c: Include exit.h.
628 * copy-file.c: Include gettext.h instead of libgettext.h.
663 * getline.h: Include <stddef.h>, for size_t.
671 * argmatch.c: Include <stdlib.h>, to declare exit().
672 * copy-file.c: Include <sys/stat.h>, for struct stat.
673 * gcd.c: Include <stdlib.h>, to declare abort().
726 * tmpdir.c: Include string.h.
748 * javacomp.c: Include alloca() declaration stuff.
768 * mkdtemp.c: Include <inttypes.h> if it exists. Needed on platforms
798 * javacomp.c: Include pipe.h, wait-process.h, safe-read.h.
842 * basename.c: Include it. Don't compile the function if already
855 * xmalloc.c: Include xmalloc.h. Modernize. Assume <stdlib.h> exists.
856 * xstrdup.c: Include xmalloc.h. Modernize. Assume <string.h> exists.
857 * concatpath.c: Include xmalloc.h.
859 * fstrcmp.c: Include xmalloc.h instead of system.h.
863 * hash.c: Include xmalloc.h. Don't declare xmalloc, xcalloc.
864 * xgetcwd.c: Include stdlib.h and xmalloc.h. Don't declare xmalloc,
891 * findprog.c: Include specification header before all other headers.
901 * getline.c: Include getline.h.
902 * mbswidth.h: Include <stddef.h>, for size_t.
903 * wait-process.h: Include <unistd,h> and <sys/types.h>, for pid_t.
969 * pipe-bidi.c: Include pipe.h.
1012 * progname.h: Include stdbool.h.
1038 * progname.c: Include <string.h>.
1130 * linebreak.c: Include string.h, needed for memset() declaration.
1208 * error.c: Include <libintl.h> only if ENABLE_NLS || _LIBC.
1220 * basename.c: Include <stdio.h>, needed by assert on SunOS4.
1237 * printf-parse.h: Include inttypes.h.
1289 * vasprintf.c: Include stdlib.h if it exists.
1336 * hash.c: Include malloc.h if stdlib.h is not available.
1337 Include either string.h or strings.h.
1339 * system.h: Include limits.h before defining MAX to prevent
1349 * alloca.c: Include string.h and stdlib.h if available. Fix typos.
1353 * hash.c: Include stdlib.h. Use #if instead of #ifdef while testing
1536 * xmalloc.c: Include "error.h" instead of defining error ourself.
1538 * system.h: Include <stdio.h> to get FILE definition.
1543 Include error.h. Patches by Peter Miller.
1594 * system.h: Include sys/types.h for those old SysV systems out there.
1745 * vasprintf.c: Include config.h.
1771 * memmove.c: Include sys/types.h and perhaps stdlib.h instead of
1782 * printf-prs.c: Include config.h.
1799 Include <stddef.h> for getting size_t defined.
1803 * system.h: Include <stdlib.h> also if defined HAVE_STDLIB_H.
1811 * xmalloc.c: Include prototype for calloc.c.