diff options
Diffstat (limited to 'agent/trustlist.c')
-rw-r--r-- | agent/trustlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/trustlist.c b/agent/trustlist.c index 9d3325964..5554485d6 100644 --- a/agent/trustlist.c +++ b/agent/trustlist.c @@ -31,7 +31,7 @@ #include "agent.h" #include <assuan.h> /* fixme: need a way to avoid assuan calls here */ -#include "i18n.h" +#include "../common/i18n.h" /* A structure to store the information from the trust file. */ |