X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2Fppp-comp.h;fp=pppdump%2Fppp-comp.h;h=0199b5fa7b5086166b0997335037296a904bfc1f;hp=4046a1f94c992f60320198d0cf0da0fc8de1490f;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hpb=0ef528de9025051a4ab82e73ffd013edf2d6e4c5 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. */