diff options
Diffstat (limited to '')
-rw-r--r-- | scd/scdaemon.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index 29256d811..6001faf5c 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -41,12 +41,10 @@ #include "scdaemon.h" #include "../assuan/assuan.h" /* malloc hooks */ +#include "i18n.h" #include "sysutils.h" -#define N_(a) a -#define _(a) a - enum cmd_and_opt_values { aNull = 0, |