1
1
compilation failed because of missing prototypes when configure'd with --enable-debug --enable-picky on a CentOS 7 box
Этот коммит содержится в:
Gilles Gouaillardet 2015-08-31 10:31:59 +09:00
родитель 51a8a0f5d7
Коммит 7e6a213465

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

@ -12,6 +12,8 @@
* All rights reserved.
* Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -125,6 +127,8 @@
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
#include "include/pmix/rename.h"
BEGIN_C_DECLS