diff options
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/files/patch-am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/wdm/files/patch-am b/x11/wdm/files/patch-am new file mode 100644 index 000000000000..d3ed2e424271 --- /dev/null +++ b/x11/wdm/files/patch-am @@ -0,0 +1,12 @@ +--- src/TestLogin.c.orig Thu Jul 1 21:51:28 1999 ++++ src/TestLogin.c Tue Mar 7 22:05:04 2000 +@@ -67,7 +67,9 @@ + #include <stdlib.h> + #include <string.h> + #include <signal.h> ++#ifndef __STDC__ + #include <malloc.h> ++#endif + + + #define forever 1 |