pespin submitted this change.
stats_tcp.c: Remove unneeded EMBEDDED check
The HAVE_LINUX_TCP define check should be enough.
Change-Id: I68cb49925aa49ad97b266638d41f38c22fc32000
---
M src/core/stats_tcp.c
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/core/stats_tcp.c b/src/core/stats_tcp.c
index 282f306..5e0a25f 100644
--- a/src/core/stats_tcp.c
+++ b/src/core/stats_tcp.c
@@ -22,7 +22,6 @@
* \file stats_tcp.c */
#include "config.h"
-#if !defined(EMBEDDED)
#include <errno.h>
@@ -350,6 +349,4 @@
#endif /* HAVE_LINUX_TCP_H */
-#endif /* !EMBEDDED */
-
/* @} */
To view, visit change 41979. To unsubscribe, or for help writing mail filters, visit settings.