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:
parent
468ef960f8
commit
7b2c764f59
2 changed files with 1 additions and 5 deletions
librb/include
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue