include appropriate headers to prevent implicit declarations for bsd-ce.c

This commit is contained in:
Chiharu Shirasaka 2020-10-18 16:34:32 +09:00
parent b62d1a7b00
commit afa310c52d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <err.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>