👷 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

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"