mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
12 lines
239 B
C
12 lines
239 B
C
--- ps/global.c.orig 2016-07-09 21:49:25 UTC
|
|
+++ ps/global.c
|
|
@@ -28,7 +28,9 @@
|
|
|
|
#include <sys/ioctl.h>
|
|
#include <sys/stat.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <sys/sysmacros.h>
|
|
+#endif
|
|
#include <sys/types.h>
|
|
|
|
#include "../proc/wchan.h"
|