mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
834 B
Diff
35 lines
834 B
Diff
--- md5.c.orig 2004-08-18 10:29:22
|
|||
|
|
+++ md5.c 2023-11-24 01:24:43
|
||
|
|
@@ -25,6 +25,7 @@
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
+#include <string.h>
|
||
|
|
|
||
|
|
#include "md5.h"
|
||
|
|
|
||
|
|
--- highlnk.c.orig 2023-11-24 01:33:33
|
||
|
|
+++ highlnk.c 2023-11-24 01:39:32
|
||
|
|
@@ -4,7 +4,10 @@
|
||
|
|
* Copyright (c) 2004 Thomas Perl <perl.thomas@aon.at> *
|
||
|
|
\**************************************************************************/
|
||
|
|
|
||
|
|
+#include <libgen.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
+#include <stdlib.h>
|
||
|
|
+#include <string.h>
|
||
|
|
#include <unistd.h>
|
||
|
|
#include <sys/syslimits.h>
|
||
|
|
|
||
|
|
--- finder.c.orig 2023-11-24 01:33:33
|
||
|
|
+++ finder.c 2023-11-24 01:39:54
|
||
|
|
@@ -5,6 +5,8 @@
|
||
|
|
\**************************************************************************/
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
+#include <stdlib.h>
|
||
|
|
+#include <string.h>
|
||
|
|
#include <unistd.h>
|
||
|
|
#include <dirent.h>
|
||
|
|
#include <sys/syslimits.h>
|