* Failure to #include config.h cost us here, we lost all NLS in alpm.c.

This commit is contained in:
Dan McGee 2007-03-05 19:21:33 +00:00
parent 94b5e39407
commit facb99098d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <stdarg.h>
#include <libintl.h>
/* pacman */
#include "config.h"
#include "log.h"
#include "error.h"
#include "versioncmp.h"