include appropriate headers to prevent implicit declarations

This commit is contained in:
Takumi Sueda 2020-10-18 15:54:10 +09:00
parent f73a53f54c
commit 73dad6aaff
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
#include <err.h>
#include <fcntl.h>
#include <gelf.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>