From: deraadt Date: Sun, 3 Jul 2022 15:06:06 +0000 (+0000) Subject: thou shalt not include sys/cdefs.h because it is not standardized, the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4cf9268395819cabed7a7c271b8e1ef12e280378;p=openbsd thou shalt not include sys/cdefs.h because it is not standardized, the file to be used is sys/types.h --- diff --git a/usr.bin/ts/ts.c b/usr.bin/ts/ts.c index 1ab2813973a..d5f8e13ef6d 100644 --- a/usr.bin/ts/ts.c +++ b/usr.bin/ts/ts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.c,v 1.4 2022/06/30 07:55:48 job Exp $ */ +/* $OpenBSD: ts.c,v 1.5 2022/07/03 15:06:06 deraadt Exp $ */ /* * Copyright (c) 2022 Job Snijders * Copyright (c) 2022 Claudio Jeker @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include #include #include