svn commit: r364621 - stable/12/lib/libc/net

Michael Tuexen tuexen at FreeBSD.org
Mon Aug 24 08:26:08 UTC 2020


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>


More information about the svn-src-stable-12 mailing list