1
1

event/external: add missing include file

Этот коммит содержится в:
Gilles Gouaillardet 2015-12-28 17:20:02 +09:00
родитель fec973efda
Коммит 4f8c0c5f0d

4
opal/mca/event/external/external.h поставляемый
Просмотреть файл

@ -2,6 +2,8 @@
* Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
* Copyright (c) 2015 Intel, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
*
* $COPYRIGHT$
*
@ -17,6 +19,8 @@
#ifndef MCA_OPAL_EVENT_EXTERNAL_H
#define MCA_OPAL_EVENT_EXTERNAL_H
#include "opal_config.h"
#include "event.h"
#include "event2/event.h"
#include "event2/thread.h"