quectel: Add missing include for sys/socket.h

This commit is contained in:
Marcel Holtmann 2019-08-12 20:02:34 +02:00
parent a4e267cb3a
commit a4e7e8788a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <linux/tty.h>
#include <linux/gsmmux.h>
#include <ell/ell.h>