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/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/log.h') diff --git a/src/pacman/log.h b/src/pacman/log.h index 3317709e..1205e8e6 100644 --- a/src/pacman/log.h +++ b/src/pacman/log.h @@ -21,6 +21,8 @@ #ifndef _PM_LOG_H #define _PM_LOG_H +#include + /* TODO these are illegal in ISO C, thus the reason -pedantic was never used * as a compile flag for the pacman side of things (named variadic macros) */ #define MSG(line, fmt, args...) pm_fprintf(stdout, line, fmt, ##args) -- cgit v1.2.3