summaryrefslogtreecommitdiffstats
path: root/src/pacman/add.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/add.h')
-rw-r--r--src/pacman/add.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/add.h b/src/pacman/add.h
index cdcadc0e..61a956c5 100644
--- a/src/pacman/add.h
+++ b/src/pacman/add.h
@@ -21,7 +21,7 @@
#ifndef _PM_ADD_H
#define _PM_ADD_H
-#include <alpm.h>
+#include <alpm_list.h>
int pacman_add(alpm_list_t *targets);