diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-07-16 17:29:20 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-07-16 17:29:20 +0000 |
commit | 25f03c44367c43f36db4df8f0f5b47d31631ce4f (patch) | |
tree | a28a409e52799475f8137360562352ba62d82ee9 /x11-toolkits | |
parent | 40f7c66ced5811aeec2cb80a2c6882cf630700d1 (diff) | |
download | ports-25f03c44367c43f36db4df8f0f5b47d31631ce4f.tar.gz ports-25f03c44367c43f36db4df8f0f5b47d31631ce4f.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/mowitz/files/patch-systypes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/mowitz/files/patch-systypes b/x11-toolkits/mowitz/files/patch-systypes new file mode 100644 index 000000000000..f5f33aeebd83 --- /dev/null +++ b/x11-toolkits/mowitz/files/patch-systypes @@ -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 |