aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h261.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:25:24 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:25:24 +0000
commit17c9803cacfc1f968291d5893b581cb6e3dfeeb3 (patch)
tree4db9d6b9cc7a03990b02839e8c5bf59a36e3e29e /epan/dissectors/packet-h261.c
parentcc11620041f8c2c13e8d74064de6ac5998547cda (diff)
Sanitize epan includes
svn path=/trunk/; revision=29499
Diffstat (limited to 'epan/dissectors/packet-h261.c')
-rw-r--r--epan/dissectors/packet-h261.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h261.c b/epan/dissectors/packet-h261.c
index 5c3135bd32..f0da743306 100644
--- a/epan/dissectors/packet-h261.c
+++ b/epan/dissectors/packet-h261.c
@@ -43,7 +43,7 @@
#include <string.h>
#include <epan/rtp_pt.h>
-#include "iax2_codec_type.h"
+#include <epan/iax2_codec_type.h>
/* H.261 header fields */
static int proto_h261 = -1;