diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:45:38 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:45:38 +0000 |
commit | 9c5fd97312b1e7ec1a1cc357f601577085f147e2 (patch) | |
tree | 243b45b4657806d2d56dbbb15b138b9fee1977ff | |
parent | 79c54bd16d6e7cf86687eab37fb6a66cbea7d39d (diff) |
include lcg.h instead of lfsr.h
-rw-r--r-- | usr.sbin/bind/lib/dns/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/lib/dns/dispatch.c b/usr.sbin/bind/lib/dns/dispatch.c index 8a5d886b5f6..340dc107afc 100644 --- a/usr.sbin/bind/lib/dns/dispatch.c +++ b/usr.sbin/bind/lib/dns/dispatch.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <isc/entropy.h> -#include <isc/lfsr.h> +#include <isc/lcg.h> #include <isc/mem.h> #include <isc/mutex.h> #include <isc/print.h> |