X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2Fppp-comp.h;h=0199b5fa7b5086166b0997335037296a904bfc1f;hb=87640b7b5ceb562146a1c4b820c7e151ff078eec;hp=4046a1f94c992f60320198d0cf0da0fc8de1490f;hpb=61821b9b6106a1e834ce14783a0b03b8c5301328;p=ppp.git diff --git a/pppdump/ppp-comp.h b/pppdump/ppp-comp.h index 4046a1f..0199b5f 100644 --- a/pppdump/ppp-comp.h +++ b/pppdump/ppp-comp.h @@ -51,6 +51,12 @@ #define DO_PREDICTOR_1 0 #define DO_PREDICTOR_2 0 +#if defined(SOL2) +#include +#else +#include +#endif + /* * Structure giving methods for compression/decompression. */