diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/i3status.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/i3status.h b/include/i3status.h index 7c22cbc..f3a8941 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -38,7 +38,7 @@ extern char *pct_mark;  #define DECOMPOSE_MUTED(cvol) (((cvol) & (1 << 30)) != 0)  #define MAX_SINK_DESCRIPTION_LEN (128) /* arbitrary */ -#if defined(LINUX) +#if defined(__linux__)  #define THERMAL_ZONE "/sys/class/thermal/thermal_zone%d/temp" | 
