You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
394 B
Diff
21 lines
394 B
Diff
--- src/pazpar2.c 2020-04-11 21:01:50
|
|
+++ src/pazpar2.c 2024-06-06 13:07:28
|
|
@@ -28,6 +28,7 @@
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
+#include <stdlib.h>
|
|
#include <signal.h>
|
|
#include <assert.h>
|
|
|
|
--- src/pazpar2_config.c 2020-04-11 21:01:50
|
|
+++ src/pazpar2_config.c 2024-06-06 13:10:36
|
|
@@ -21,6 +21,7 @@
|
|
#include <config.h>
|
|
#endif
|
|
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
|