diff options
Diffstat (limited to 'tests/getrssusage.h')
-rw-r--r-- | tests/getrssusage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getrssusage.h b/tests/getrssusage.h index e47b14c..bc3d91e 100644 --- a/tests/getrssusage.h +++ b/tests/getrssusage.h | |||
@@ -22,7 +22,7 @@ | |||
22 | #if defined(__APPLE__) && defined(__MACH__) | 22 | #if defined(__APPLE__) && defined(__MACH__) |
23 | #include <mach/mach.h> | 23 | #include <mach/mach.h> |
24 | 24 | ||
25 | #elif (defined(_AIX) || defined(__TOS__AIX__)) || (defined(__sun__) || defined(__sun) || defined(sun) && (defined(__SVR4) || defined(__svr4__))) | 25 | #elif(defined(_AIX) || defined(__TOS__AIX__)) || (defined(__sun__) || defined(__sun) || defined(sun) && (defined(__SVR4) || defined(__svr4__))) |
26 | #include <fcntl.h> | 26 | #include <fcntl.h> |
27 | #include <procfs.h> | 27 | #include <procfs.h> |
28 | 28 | ||