aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/mig-reply.c
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2024-01-03 20:14:34 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-01-03 21:59:54 +0100
commitdac7c6406582e36d38bc94794c15d581e3c6ebda (patch)
tree7c04d2d67efd3190e41941f747ee5f5858df80c8 /sysdeps/mach/hurd/mig-reply.c
parentb31a01909cfe24adc53e96b418612ae617ef72ab (diff)
downloadglibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.tar
glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.tar.gz
glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.tar.bz2
glibc-dac7c6406582e36d38bc94794c15d581e3c6ebda.zip
hurd: Add some missing includes
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Diffstat (limited to 'sysdeps/mach/hurd/mig-reply.c')
-rw-r--r--sysdeps/mach/hurd/mig-reply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/mig-reply.c b/sysdeps/mach/hurd/mig-reply.c
index 57bcd80862..85c3af1333 100644
--- a/sysdeps/mach/hurd/mig-reply.c
+++ b/sysdeps/mach/hurd/mig-reply.c
@@ -15,6 +15,7 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#include <assert.h>
#include <mach.h>
#include <mach/mig_support.h>
#include <tls.h>