From b8a68a2df03e0714aef8b29c57da1bdcbb3f97c6 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 18 Oct 2005 15:33:24 +0000 Subject: MInor changes. git-svn-id: svn://svn.zabbix.com/trunk@2201 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- src/libs/zbxsysinfo/freebsd/proc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libs/zbxsysinfo/freebsd/proc.c b/src/libs/zbxsysinfo/freebsd/proc.c index d67f5849..05d2d726 100644 --- a/src/libs/zbxsysinfo/freebsd/proc.c +++ b/src/libs/zbxsysinfo/freebsd/proc.c @@ -58,9 +58,6 @@ #include #endif -#ifdef HAVE_SYS_PROC_H -# include -#endif /* Solaris */ #ifdef HAVE_SYS_PROCFS_H /* This is needed to access the correct procfs.h definitions */ @@ -123,6 +120,9 @@ #ifdef HAVE_SYS_TIME_H #include #endif +#ifdef HAVE_SYS_PROC_H + #include +#endif #ifdef HAVE_MACH_HOST_INFO_H #include -- cgit