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:
parent
40f7c66ced
commit
25f03c4436
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63097
11
x11-toolkits/mowitz/files/patch-systypes
Normal file
11
x11-toolkits/mowitz/files/patch-systypes
Normal 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
|
Loading…
Reference in New Issue
Block a user