Packets: Fix VariantParser invalid parser access bug
[senf.git] / Packets / Packets.hh
index 6cd5626..ea0e318 100644 (file)
 /** \file
     \brief Packets public header */
 
-#ifndef HH_Packets_
-#define HH_Packets_ 1
+#ifndef HH_SENF_Packets_Packets_
+#define HH_SENF_Packets_Packets_ 1
 
-#define HH_Packets__decls_
+#define HH_SENF_Packets_Packets__decls_
 
 #include "PacketTypes.hh"
 #include "PacketImpl.hh"
@@ -38,6 +38,7 @@
 #include "PacketParser.hh"
 #include "SafeIterator.hh"
 #include "ArrayParser.hh"
+#include "AuxParser.hh"
 #include "ListParser.hh"
 #include "ListBParser.hh"
 #include "ListNParser.hh"
@@ -46,7 +47,7 @@
 #include "ParseHelpers.hh"
 #include "DataPacket.hh"
 
-#undef HH_Packets__decls_
+#undef HH_SENF_Packets_Packets__decls_
 
 #include "PacketTypes.hh"
 #include "PacketImpl.hh"
@@ -59,6 +60,7 @@
 #include "SafeIterator.hh"
 #include "ArrayParser.hh"
 #include "IntParser.hh"
+#include "AuxParser.hh"
 #include "ListParser.hh"
 #include "ListBParser.hh"
 #include "ListNParser.hh"