Fix remote filesystem detection on FreeBSD

Need an extra include to get the definition of MNT_LOCAL

Fixes #11483
This commit is contained in:
Alan Somers
2025-05-12 13:18:21 -06:00
parent 55752729d6
commit 7f4998ad9b

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/mount.h>
#include <sys/resource.h>
#include <unistd.h>