1
1

Also add <stdlib.h> for exit().

This commit was SVN r23308.
Этот коммит содержится в:
Jeff Squyres 2010-06-28 15:17:42 +00:00
родитель f9d4426c19
Коммит 1fad51776d

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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -11,6 +11,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "opal/libltdl/ltdl.h"