1
1

ompi/debuggers: stomp a compiler warning in dlopen_test.c

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2018-05-30 09:16:35 -07:00
родитель 2e8ab41ba5
Коммит 2dce549df2

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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009-2018 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -12,6 +12,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "opal/runtime/opal.h"
#include "opal/mca/dl/base/base.h"