summaryrefslogtreecommitdiffstats
path: root/src/pacman/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/trans.h')
-rw-r--r--src/pacman/trans.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pacman/trans.h b/src/pacman/trans.h
index 85e122c4..0c0f9e01 100644
--- a/src/pacman/trans.h
+++ b/src/pacman/trans.h
@@ -21,6 +21,8 @@
#ifndef _PM_TRANS_H
#define _PM_TRANS_H
+#include <alpm.h>
+
/* callback to handle messages/notifications from pacman transactions */
void cb_trans_evt(pmtransevt_t event, void *data1, void *data2);