diff options
Diffstat (limited to 'src/librc.h')
-rw-r--r-- | src/librc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librc.h b/src/librc.h index 1661cea3..cbf26d95 100644 --- a/src/librc.h +++ b/src/librc.h @@ -15,6 +15,10 @@ #include <sys/utsname.h> #include <sys/wait.h> +#ifdef __linux__ +#include <sys/sysinfo.h> +#endif + #include <dirent.h> #include <errno.h> #include <fcntl.h> @@ -26,6 +30,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #if defined(__DragonFly__) || defined(__FreeBSD__) || \ |