]> granicus.if.org Git - sysstat/blobdiff - mpstat.h
sar/sadc: Add stable identifier support for disks statistics
[sysstat] / mpstat.h
index 1f7a5fb6be525c4713ef2cd17279cb5a3e269643..97b18bdefa70a3b5855ce72c7d2581975e3a2462 100644 (file)
--- a/mpstat.h
+++ b/mpstat.h
@@ -6,13 +6,15 @@
 #ifndef _MPSTAT_H
 #define _MPSTAT_H
 
+#include "common.h"
+
 /*
  ***************************************************************************
  * mpstat's specific system files.
  ***************************************************************************
  */
 
-#define SOFTIRQS       "/proc/softirqs"
+#define SOFTIRQS       PRE "/proc/softirqs"
 
 /*
  ***************************************************************************