1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-01 01:41:52 -05:00

added a missing header file declaration

This commit is contained in:
Aurelien Foret 2005-10-10 20:42:48 +00:00
parent 609466fdeb
commit 8f191f3b33

View File

@ -29,6 +29,7 @@
#include <alpm.h>
/* pacman */
#include "util.h"
#include "log.h"
#include "trans.h"