mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
465 B
Diff
24 lines
465 B
Diff
--- index/mod_dom.c 2022-12-16 03:50:29
|
|||
|
|
+++ index/mod_dom.c 2024-06-06 13:30:30
|
||
|
|
@@ -20,6 +20,8 @@
|
||
|
|
#if HAVE_CONFIG_H
|
||
|
|
#include <config.h>
|
||
|
|
#endif
|
||
|
|
+
|
||
|
|
+#include <stdlib.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <assert.h>
|
||
|
|
#include <ctype.h>
|
||
|
|
|
||
|
|
--- index/mod_alvis.c 2022-12-16 03:50:29
|
||
|
|
+++ index/mod_alvis.c 2024-06-06 13:42:09
|
||
|
|
@@ -20,6 +20,8 @@
|
||
|
|
#if HAVE_CONFIG_H
|
||
|
|
#include <config.h>
|
||
|
|
#endif
|
||
|
|
+
|
||
|
|
+#include <stdlib.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
#include <assert.h>
|
||
|
|
#include <ctype.h>
|