mirror of
https://github.com/brain-hackers/nkbin_maker
synced 2024-12-22 12:10:05 +09:00
include appropriate headers to prevent implicit declarations
This commit is contained in:
parent
f73a53f54c
commit
73dad6aaff
@ -1,7 +1,9 @@
|
|||||||
|
#include <err.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <gelf.h>
|
#include <gelf.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user