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/query.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/query.h') diff --git a/src/pacman/query.h b/src/pacman/query.h index ef8de807..fa55c732 100644 --- a/src/pacman/query.h +++ b/src/pacman/query.h @@ -21,7 +21,7 @@ #ifndef _PM_QUERY_H #define _PM_QUERY_H -#include +#include int pacman_query(alpm_list_t *targets); -- cgit v1.2.3-24-g4f1b