summaryrefslogtreecommitdiffstats
path: root/src/pacman/upgrade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/upgrade.h')
-rw-r--r--src/pacman/upgrade.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pacman/upgrade.h b/src/pacman/upgrade.h
index 04fa14c1..e21ac357 100644
--- a/src/pacman/upgrade.h
+++ b/src/pacman/upgrade.h
@@ -21,7 +21,9 @@
#ifndef _PM_UPGRADE_H
#define _PM_UPGRADE_H
-int pacman_upgrade(list_t *targets);
+#include <alpm.h>
+
+int pacman_upgrade(alpm_list_t *targets);
#endif /* _PM_UPGRADE_H */