diff options
Diffstat (limited to 'components/ram.c')
-rw-r--r-- | components/ram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/ram.c b/components/ram.c index 6040e56..3fa78af 100644 --- a/components/ram.c +++ b/components/ram.c @@ -2,6 +2,7 @@ #include <stdio.h> #include "../util.h" +#include "../slstatus.h" #if defined(__linux__) #include <stdint.h> |