👷 Set file associations, add missing newline

This commit is contained in:
C-3PO 2019-07-21 23:25:49 +02:00
parent d4b3eb94c0
commit f712aa150d
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 14 additions and 2 deletions

13
.vscode/settings.json vendored
View file

@ -14,5 +14,16 @@
"usize",
"vcdiff",
"xdelta"
]
],
"files.associations": {
"errno.h": "c",
"getopt.h": "c",
"stdbool.h": "c",
"stdint.h": "c",
"stdio.h": "c",
"stdlib.h": "c",
"string.h": "c",
"time.h": "c",
"unistd.h": "c"
}
}

View file

@ -4,6 +4,7 @@
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include "errorAndExit.h"
#include "rateLimiter.h"
#include "utils/min.h"