REORG: include: move proto_tcp.h to haproxy/proto_tcp.h
There was no type file. This one really is trivial. A few missing
includes were added to satisfy the exported functions prototypes.
diff --git a/src/stick_table.c b/src/stick_table.c
index 9020b37..c57269b 100644
--- a/src/stick_table.c
+++ b/src/stick_table.c
@@ -35,7 +35,7 @@
#include <proto/cli.h>
#include <proto/log.h>
#include <proto/http_ana.h>
-#include <proto/proto_tcp.h>
+#include <haproxy/proto_tcp.h>
#include <proto/proxy.h>
#include <haproxy/sample.h>
#include <proto/stream.h>