svn commit: r362474 - head/lib/libc/net

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 21 23:47:28 UTC 2020


Author: tuexen
Date: Sun Jun 21 23:47:27 2020
New Revision: 362474
URL: https://svnweb.freebsd.org/changeset/base/362474

Log:
  Add include missing from my last commit.

Modified:
  head/lib/libc/net/sctp_sys_calls.c

Modified: head/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- head/lib/libc/net/sctp_sys_calls.c	Sun Jun 21 23:12:56 2020	(r362473)
+++ head/lib/libc/net/sctp_sys_calls.c	Sun Jun 21 23:47:27 2020	(r362474)
@@ -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-head mailing list