Include <errno.h> instead of <sys/errno.h> everywhere (found by S. Klauer).
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <termios.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
|
||||
Reference in New Issue
Block a user