Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 08:26:07 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364621 - stable/12/lib/libc/net
Message-ID:  <202008240826.07O8Q7Ow071065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Mon Aug 24 08:26:07 2020
New Revision: 364621
URL: https://svnweb.freebsd.org/changeset/base/364621

Log:
  MFC r362474:
  Add include missing from my last commit.

Modified:
  stable/12/lib/libc/net/sctp_sys_calls.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- stable/12/lib/libc/net/sctp_sys_calls.c	Mon Aug 24 08:25:00 2020	(r364620)
+++ stable/12/lib/libc/net/sctp_sys_calls.c	Mon Aug 24 08:26:07 2020	(r364621)
@@ -36,6 +36,7 @@
 __FBSDID("$FreeBSD$");
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008240826.07O8Q7Ow071065>