1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-14 04:05:03 +01:00

librb: don't include linux/tcp.h, that's already included

This commit is contained in:
Elizabeth Myers 2016-03-31 01:16:34 -05:00
parent 468ef960f8
commit 7b2c764f59
2 changed files with 1 additions and 5 deletions
librb/include

View file

@ -10,10 +10,6 @@
#include <signal.h>
#include <ctype.h>
#ifdef HAVE_LINUX_TCP_H
# include <linux/tcp.h>
#endif
#ifdef __GNUC__
#undef alloca
#define alloca __builtin_alloca