aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-18 18:55:52 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-18 18:55:52 +0000
commit001350a7fb48315cd1d38e7f984c0768e7b6076b (patch)
treeb14f9ef3cc83d129d3050242b1cd3ce6b1cb140c
parent04d29de81d662dff63ff51d26acd0620112bfc43 (diff)
protect from multiple inclussion
svn path=/trunk/; revision=21053
-rw-r--r--epan/dissectors/packet-mtp3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mtp3.h b/epan/dissectors/packet-mtp3.h
index c990e63529..ddc9027aac 100644
--- a/epan/dissectors/packet-mtp3.h
+++ b/epan/dissectors/packet-mtp3.h
@@ -20,6 +20,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PACKET_MTP3_H_
+#define __PACKET_MTP3_H_
typedef enum {
ITU_STANDARD = 1,
@@ -98,3 +100,5 @@ WS_VAR_IMPORT const value_string mtp3_service_indicator_code_short_vals[];
* I only want to gather stats for non-spare SI codes
*/
#define MTP3_NUM_SI_CODE 9
+
+#endif