Skip to content

Commit

Permalink
slcand: include <sys/socket.h>
Browse files Browse the repository at this point in the history
Linux build compiles without errors, but Android build
complains about undefined routines and macros.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
yegorich authored and marckleinebudde committed Jan 31, 2014
1 parent 02d32df commit e4aac68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slcand.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <syslog.h>
#include <errno.h>
Expand Down

0 comments on commit e4aac68

Please sign in to comment.