diff options
| author | Alastair Reid | 2018-06-28 13:14:04 +0100 |
|---|---|---|
| committer | Alastair Reid | 2018-06-28 13:14:04 +0100 |
| commit | 48c36bf2378ed551d3fcf9d5eda2995ce1dad226 (patch) | |
| tree | ac1dfb85fe26c8a46296fcec132ce2b3c1cf1124 /lib | |
| parent | 19e7e5c6e15a3b9e0038d0bb83f78e576ad0adc5 (diff) | |
RTS: Add missing #include
Every Unix is subtly different.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sail.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include<stdio.h> #include<stdlib.h> #include<string.h> +#include<time.h> #include"sail.h" |
