diff options
author | Campus <campus@ntop.org> | 2015-11-30 12:37:15 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2015-11-30 12:37:15 +0100 |
commit | 587f156557c67a8dd4e025d7ce08b154cbb1132d (patch) | |
tree | 2cf3eeb8de5ae09d809215e577443d42f6b64a0e /src/lib/protocols/afp.c | |
parent | f04c3c6acb59de55741b112dfcdd19cc9379db9d (diff) |
reorganized header files - added ndpi_includes.h
Diffstat (limited to 'src/lib/protocols/afp.c')
-rw-r--r-- | src/lib/protocols/afp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/afp.c b/src/lib/protocols/afp.c index 1b5232494..0f61986bc 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -23,8 +23,8 @@ * */ - #include "ndpi_protocols.h" + #ifdef NDPI_PROTOCOL_AFP static void ndpi_int_afp_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) |