1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Make the installed MwUtils.h self-sufficient by including <sys/types.h>

No revision bump, because I only upgraded the port a few minutes ago.
This commit is contained in:
Mikhail Teterin 2002-07-16 17:29:20 +00:00
parent 40f7c66ced
commit 25f03c4436
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63097

View File

@ -0,0 +1,11 @@
--- Mowitz/MwUtils.h Wed Feb 13 08:51:58 2002
+++ Mowitz/MwUtils.h Tue Jul 16 13:25:32 2002
@@ -1,6 +1,8 @@
#ifndef MW_UTILS_H
#define MW_UTILS_H
+#include <sys/types.h> /* for the pid_t definition */
+
#ifndef MW_MAX
#define MW_MAX(a,b) ((a)>(b)?(a):(b))
#endif