diff options
Diffstat (limited to 'components/ram.c')
-rw-r--r-- | components/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ram.c b/components/ram.c index 0cec4b9..518c18c 100644 --- a/components/ram.c +++ b/components/ram.c @@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ #include <stdio.h> -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__linux__) #include <stdint.h> |