Merge pull request #239 from RomainNaour/v1.5-musl

V1.5 musl
pull/246/head
Michael Zillgith 5 years ago committed by GitHub
commit ede2c7766c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/poll.h>
#include <poll.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h>

@ -29,6 +29,7 @@
#include <termios.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include "hal_serial.h"
#include "hal_time.h"

Loading…
Cancel
Save