👷 Set file associations, add missing newline
This commit is contained in:
parent
d4b3eb94c0
commit
f712aa150d
2 changed files with 14 additions and 2 deletions
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "errorAndExit.h"
|
||||
#include "rateLimiter.h"
|
||||
#include "utils/min.h"
|
||||
|
|
Loading…
Reference in a new issue