X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPackets.hh;h=ea0e3182cacc643aecfb3cd9539cd61fa96ed346;hb=b89e3166f7680755683dccee5e48cb3a820185c0;hp=6cd562629ce973ed5e9df9030012c734560154bf;hpb=d710efab96b5d47694310cdf1f97217376887119;p=senf.git diff --git a/Packets/Packets.hh b/Packets/Packets.hh index 6cd5626..ea0e318 100644 --- a/Packets/Packets.hh +++ b/Packets/Packets.hh @@ -23,10 +23,10 @@ /** \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"