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