]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/ppp-comp.h
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
[ppp.git] / pppdump / ppp-comp.h
index 4046a1f94c992f60320198d0cf0da0fc8de1490f..0199b5fa7b5086166b0997335037296a904bfc1f 100644 (file)
 #define DO_PREDICTOR_1 0
 #define DO_PREDICTOR_2 0
 
+#if defined(SOL2)
+#include <net/ppp_defs.h>
+#else
+#include <linux/ppp_defs.h>
+#endif
+
 /*
  * Structure giving methods for compression/decompression.
  */