X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmd4.c;h=88f3413c544951e77e9e60f587320c59ca52032e;hb=607d8eadccfd62c1fa84a36bd1440bd48b4e55ca;hp=42a9b2e75d6ee09764e83e6fc99dc5f161e86ea5;hpb=75870d7b55e36af526a0786fff94912989c73fd1;p=ppp.git diff --git a/pppd/md4.c b/pppd/md4.c index 42a9b2e..88f3413 100644 --- a/pppd/md4.c +++ b/pppd/md4.c @@ -30,6 +30,9 @@ /* Implementation notes: ** This implementation assumes that ints are 32-bit quantities. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #define TRUE 1 #define FALSE 0