1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Include guard fail

This commit is contained in:
Pavel Labath 2010-02-23 23:59:03 +01:00
parent 72d581279a
commit a2110d44d7

View File

@ -27,6 +27,9 @@
*
*/
#ifndef _LOGGING_H
#define _LOGGING_H
#include "mail.h"
#ifdef __cplusplus
@ -35,9 +38,6 @@ extern "C" {
void clean_up(void *memtofree1, void* memtofree2);
#ifndef _LOGGING_H
#define _LOGGING_H
#define NORM_ERR(...) { \
fprintf(stderr, PACKAGE_NAME": "); \
fprintf(stderr, __VA_ARGS__); \