git: 5615db1007bd - main - find: Include signal.h to get a definition for sig_atomic_t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 May 2026 20:06:00 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5615db1007bdc935ac6592a66721320ccd8335ce
commit 5615db1007bdc935ac6592a66721320ccd8335ce
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-12 17:46:29 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-05-12 20:05:18 +0000
find: Include signal.h to get a definition for sig_atomic_t
MFC after: 1 week
---
usr.bin/find/extern.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 250b5fb6689c..acb86f084fbf 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -29,7 +29,7 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#include <signal.h>
void brace_subst(char *, char **, char *, size_t);
PLAN *find_create(char ***);