1
1

pmix2x: dstore: add missing <fcntl.h> include file in pmix_esh.c

(back-ported from upstream pmix/master@5c66ffe0f0)
Этот коммит содержится в:
Gilles Gouaillardet 2016-08-24 11:17:14 +09:00
родитель c11e8163f8
Коммит 02847d9e7b

Просмотреть файл

@ -1,6 +1,8 @@
/*
* Copyright (c) 2015-2016 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2016 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -12,6 +14,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/file.h>
#include <src/include/pmix_config.h>