From 5baba8439761a54c488ff42e4e599b3c93dbe669 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Mar 2007 01:21:41 +0000 Subject: * Added missing header include guards in md5.h and sha1.h. * Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c. --- src/pacman/package.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/package.h') diff --git a/src/pacman/package.h b/src/pacman/package.h index f6aab756..965ecee5 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -21,6 +21,8 @@ #ifndef _PM_PACKAGE_H #define _PM_PACKAGE_H +#include + void dump_pkg_full(pmpkg_t *pkg, int level); void dump_pkg_sync(pmpkg_t *pkg, const char *treename); -- cgit v1.2.3-24-g4f1b