mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
12 lines
316 B
C
12 lines
316 B
C
--- src/rootcheck/os_string.c 2022-10-06 08:35:58.000000000 -0500
|
|
+++ src/rootcheck/os_string.c 2022-10-30 14:31:56.614900000 -0500
|
|
@@ -42,6 +42,9 @@
|
|
#include <locale.h>
|
|
#include <unistd.h>
|
|
#include <netinet/in.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <machine/exec.h>
|
|
+#endif
|
|
|
|
#ifdef SOLARIS
|
|
#include <sys/exechdr.h>
|