diff options
Diffstat (limited to 'src/distro.h')
-rw-r--r-- | src/distro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distro.h b/src/distro.h index 3dc6eb3..4807840 100644 --- a/src/distro.h +++ b/src/distro.h @@ -1,4 +1,4 @@ -#if defined(__linux__) +#if defined(__linux__) || defined(__sun) #ifndef DISTRO_H #define DISTRO_H |