1
1

pml/yalla: add missing #include <alloca.h>

Этот коммит содержится в:
Gilles Gouaillardet 2015-12-22 10:17:06 +09:00
родитель b38c17dbcb
Коммит ad9693c604

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

@ -1,5 +1,5 @@
/*
* Copyright (C) Mellanox Technologies Ltd. 2001-2011. ALL RIGHTS RESERVED.
* Copyright (C) 2001-2011 Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
@ -9,6 +9,10 @@
* $HEADER$
*/
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "pml_yalla.h"
#include "pml_yalla_request.h"