Skip to content

Commit 4ee7e0b

Browse files
committed
event/external: add missing include file
(cherry picked from commit open-mpi/ompi@4f8c0c5)
1 parent 11d0b29 commit 4ee7e0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opal/mca/event/external/external.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved.
33
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
44
* Copyright (c) 2015 Intel, Inc. All rights reserved.
5+
* Copyright (c) 2015 Research Organization for Information Science
6+
* and Technology (RIST). All rights reserved.
57
*
68
* $COPYRIGHT$
79
*
@@ -17,6 +19,8 @@
1719
#ifndef MCA_OPAL_EVENT_EXTERNAL_H
1820
#define MCA_OPAL_EVENT_EXTERNAL_H
1921

22+
#include "opal_config.h"
23+
2024
#include "event.h"
2125
#include "event2/event.h"
2226
#include "event2/thread.h"

0 commit comments

Comments
 (0)