1
1
This commit was SVN r14439.
Этот коммит содержится в:
Jeff Squyres 2007-04-20 14:26:20 +00:00
родитель a20b43ace9
Коммит 40f4b60a2a

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

@ -23,13 +23,13 @@
#include <stdio.h>
#include <ctype.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_NETDB_H
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#if HAVE_SYS_PARAM_H
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <errno.h>