Skip to content

Commit 4057f4c

Browse files
committed
include header
1 parent cffa048 commit 4057f4c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/api/pdc_client_connect.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "pdc_transforms_common.h"
4444
#include "pdc_client_connect.h"
4545
#include "pdc_logger.h"
46+
#include "pdc_malloc.h"
4647

4748
#include "mercury.h"
4849
#include "mercury_macros.h"
@@ -1354,11 +1355,7 @@ PDC_Client_mercury_init(hg_class_t **hg_class, hg_context_t **hg_context, int po
13541355
{
13551356
perr_t ret_value = SUCCEED;
13561357
char na_info_string[NA_STRING_INFO_LEN];
1357-
<<<<<<< HEAD
13581358
char * hostname;
1359-
=======
1360-
char *hostname;
1361-
>>>>>>> c74a2853 (free hostname)
13621359
int local_server_id;
13631360
/* Set the default mercury transport
13641361
* but enable overriding that to any of:

src/server/pdc_server.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#include "pdc_server_region_cache.h"
5959
#include "pdc_server_region_transfer_metadata_query.h"
6060
#include "pdc_logger.h"
61+
#include "pdc_malloc.h"
6162

6263
#ifdef PDC_HAS_CRAY_DRC
6364
#include <rdmacred.h>

0 commit comments

Comments
 (0)