summaryrefslogtreecommitdiff
path: root/sys-cluster/ampi/files/ampi-0_pre20140616-missing-include.patch
blob: 0e9452877728a937c7734f77740ce360f74495b0 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/ADtoolStubs/OO/support.c	2024-04-04 13:10:23.506762461 +0000
+++ b/ADtoolStubs/OO/support.c	2024-04-04 13:11:34.033298264 +0000
@@ -8,6 +8,7 @@
 */
 #include <stdlib.h>
 #include <assert.h>
+#include <stdio.h>
 #include "ampi/adTool/support.h"
 
 MPI_Comm ADTOOL_AMPI_COMM_WORLD_SHADOW;