Try to fix ABI check.
authorJakub Zawadzki <darkjames-ws@darkjames.pl>
Sun, 29 Jul 2012 16:12:17 +0000 (16:12 -0000)
committerJakub Zawadzki <darkjames-ws@darkjames.pl>
Sun, 29 Jul 2012 16:12:17 +0000 (16:12 -0000)
svn path=/trunk/; revision=44107

asn1/nbap/packet-nbap-template.h
epan/dissectors/packet-nbap.h
epan/dissectors/packet-rlc.h

index f0208c3c7c5b2bb5acc979f598c90020c55e5eac..d604c8eca21f3ade1d2af0c92bc4a9b8fccd10de 100644 (file)
@@ -24,6 +24,9 @@
 #ifndef PACKET_NBAP_H
 #define PACKET_NBAP_H
 
+#include "packet-rlc.h"
+#include "packet-umts_mac.h"
+
 /*
  * Ericsson specific mapping for various dissector settings.
  * Must be altered for other equipment. 
index 018aba0d9ef7f9fbeffdb202640492f6110cb28a..05c7432e2aed7dfe170116605c5022c90e803a83 100644 (file)
@@ -32,6 +32,9 @@
 #ifndef PACKET_NBAP_H
 #define PACKET_NBAP_H
 
+#include "packet-rlc.h"
+#include "packet-umts_mac.h"
+
 /*
  * Ericsson specific mapping for various dissector settings.
  * Must be altered for other equipment. 
index 8be8b1ac2aaffc2d4dbefde094ce10e313373075..f48671b298f9ef8a039b8badcdf937e3252a42f3 100644 (file)
@@ -21,6 +21,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef PACKET_RLC_H
+#define PACKET_RLC_H
+
 /* Do not change enum order and append only to keep
    backward compatibility with UDP framing format */
 enum rlc_mode {
@@ -118,3 +121,4 @@ typedef struct rlc_info
 /*Tells other functions if this packet i ciphered or not*/
 gboolean rlc_is_ciphered(packet_info * pinfo);
 
+#endif /* PACKET_RLC_H */