X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2Fppp-comp.h;h=4be51d0d572907a4ba1f8afc24cbc19efe3f71c5;hb=HEAD;hp=4046a1f94c992f60320198d0cf0da0fc8de1490f;hpb=c58bf2e8023dd846683f09cb00e15d64143dac8c;p=ppp.git diff --git a/pppdump/ppp-comp.h b/pppdump/ppp-comp.h index 4046a1f..1a799f2 100644 --- a/pppdump/ppp-comp.h +++ b/pppdump/ppp-comp.h @@ -22,7 +22,7 @@ * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by Paul Mackerras - * ". + * ". * * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY @@ -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. */