include sigar_util.h before sigar_os.h

This commit is contained in:
Doug MacEachern 2004-12-05 21:09:47 +00:00
parent 67f1b3a6a3
commit 6fd2419ba4
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#include "sigar.h"
#include "sigar_private.h"
#include "sigar_os.h"
#include "sigar_util.h"
#include "sigar_os.h"
#ifndef WIN32
#include <signal.h>

View File

@ -6,8 +6,8 @@
#include "sigar.h"
#include "sigar_private.h"
#include "sigar_os.h"
#include "sigar_util.h"
#include "sigar_os.h"
#ifndef WIN32