X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd4.c;h=88f3413c544951e77e9e60f587320c59ca52032e;hp=42a9b2e75d6ee09764e83e6fc99dc5f161e86ea5;hb=33e8c95bf873cdce5ff2e2b4d8a76bdae792c699;hpb=c58bf2e8023dd846683f09cb00e15d64143dac8c 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