X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fsimpleprng.c;h=46c636084fd80f530a47d5171f54b61c3bf6c3dc;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=04e7a9f211b7463bb78e532d97d9ec488d2bdd57;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/common-src/simpleprng.c b/common-src/simpleprng.c index 04e7a9f..46c6360 100644 --- a/common-src/simpleprng.c +++ b/common-src/simpleprng.c @@ -18,6 +18,7 @@ * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com */ +#include "amanda.h" #include "simpleprng.h" /* A *very* basic linear congruential generator; values are as cited in