1
1
- Change #if to #ifdef

This commit was SVN r9146.
Этот коммит содержится в:
Jeff Squyres 2006-02-26 16:06:58 +00:00
родитель 285581dff2
Коммит 28a1610453

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

@ -38,9 +38,12 @@
#include <fcntl.h>
#endif
#include <time.h>
#if HAVE_SYS_PARAM_H
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "orte/orte_constants.h"
#include "opal/event/event.h"