mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
linux_termios.h: Add missing #include of "config.h".
This commit is contained in:
parent
7c081505e5
commit
64155cba8a
@ -21,6 +21,7 @@
|
|||||||
#define LIBSERIALPORT_LINUX_TERMIOS_H
|
#define LIBSERIALPORT_LINUX_TERMIOS_H
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
SP_PRIV unsigned long get_termios_get_ioctl(void);
|
SP_PRIV unsigned long get_termios_get_ioctl(void);
|
||||||
SP_PRIV unsigned long get_termios_set_ioctl(void);
|
SP_PRIV unsigned long get_termios_set_ioctl(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user