fixed some compilation warnings

This commit is contained in:
Aurelien Foret 2005-10-29 07:17:43 +00:00
parent 48c6090098
commit 36da65c468
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "list.h"
#include "download.h"
#include "trans.h"
#include "add.h"
#include "conf.h"
extern config_t *config;

View File

@ -29,6 +29,7 @@
#include "log.h"
#include "list.h"
#include "trans.h"
#include "remove.h"
#include "conf.h"
extern config_t *config;

View File

@ -27,6 +27,7 @@
/* pacman */
#include "list.h"
#include "add.h"
#include "upgrade.h"
#include "conf.h"
extern config_t *config;