Properly declare close().

This commit is contained in:
David Given 2022-07-18 22:24:41 +02:00
parent 64c62439cd
commit 6cd0c8c958

View file

@ -6,6 +6,7 @@
#include <time.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include "system.h"
#include "astring.h"