1
1

btl/usnic: add missing #include <alloca.h>

Этот коммит содержится в:
Gilles Gouaillardet 2015-12-22 10:14:55 +09:00
родитель 38a8826136
Коммит 42313acd58
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1,5 +1,7 @@
/*
* Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -14,7 +16,9 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "opal_stdint.h"
#include "opal/threads/mutex.h"

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

@ -1,5 +1,7 @@
/*
* Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -16,7 +18,9 @@
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <time.h>
#include "opal_stdint.h"