Module Name: src Committed By: christos Date: Wed Sep 25 16:26:05 UTC 2024
Modified Files: src/external/gpl3/gcc/dist/gcc: regsub.cc Log Message: PR/58686: gorg: Add <sys/types.h> for ssize_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/regsub.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/regsub.cc diff -u src/external/gpl3/gcc/dist/gcc/regsub.cc:1.1 src/external/gpl3/gcc/dist/gcc/regsub.cc:1.2 --- src/external/gpl3/gcc/dist/gcc/regsub.cc:1.1 Tue Aug 1 02:04:42 2023 +++ src/external/gpl3/gcc/dist/gcc/regsub.cc Wed Sep 25 12:26:05 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: regsub.cc,v 1.1 2023/08/01 06:04:42 mrg Exp $ */ +/* $NetBSD: regsub.cc,v 1.2 2024/09/25 16:26:05 christos Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -32,6 +32,7 @@ extern "C" { #include <sys/param.h> +#include <sys/types.h> #include <ctype.h> #include <stdlib.h> #include <string.h>