From 5f6fe7ab0ac82965bff7dabe62dd9607d2ff7727 Mon Sep 17 00:00:00 2001 From: mi Date: Tue, 16 Jul 2002 17:29:20 +0000 Subject: Make the installed MwUtils.h self-sufficient by including No revision bump, because I only upgraded the port a few minutes ago. --- x11-toolkits/mowitz/files/patch-systypes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/mowitz/files/patch-systypes (limited to 'x11-toolkits') 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 /* for the pid_t definition */ ++ + #ifndef MW_MAX + #define MW_MAX(a,b) ((a)>(b)?(a):(b)) + #endif -- cgit