From 37f3c09edb6d6b866cd8e8bed76c304e26fd7c44 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 15 Nov 1999 20:32:25 +0000 Subject: See ChangeLog: Mon Nov 15 21:36:02 CET 1999 Werner Koch --- cipher/rndlinux.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cipher/rndlinux.c') diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c index 78fee1567..63befd251 100644 --- a/cipher/rndlinux.c +++ b/cipher/rndlinux.c @@ -41,16 +41,11 @@ #endif #endif #include "types.h" +#include "g10lib.h" /* need this for i18n */ #include "util.h" #include "ttyio.h" #include "dynload.h" -#ifdef IS_MODULE - #define _(a) (a) -#else - #include "i18n.h" -#endif - static int open_device( const char *name, int minor ); static int gather_random( void (*add)(const void*, size_t, int), int requester, size_t length, int level ); -- cgit v1.2.3