Skip to content

Commit dd5a800

Browse files
Ralph Castainhjelmn
authored andcommitted
Add missing include
1 parent 7c58fb1 commit dd5a800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/mpool/base/mpool_base_default.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/*
33
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
44
* reserved.
5+
* Copyright (c) 2016 Intel, Inc. All rights reserved.
56
* $COPYRIGHT$
67
*
78
* Additional copyrights may follow
@@ -10,6 +11,7 @@
1011
*/
1112

1213
#include "opal_config.h"
14+
#include "opal/align.h"
1315

1416
#include <stdio.h>
1517
#include <stdlib.h>

0 commit comments

Comments
 (0)