fix incorrect include warnings emitted by musl
This commit is contained in:
parent
afa153e187
commit
78f93ecb32
|
@ -17,7 +17,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <linux/fb.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "defs.h"
|
||||
#include "fb.h"
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <linux/kd.h>
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/vt.h>
|
||||
#include <termios.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue