mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Include guard fail
This commit is contained in:
parent
72d581279a
commit
a2110d44d7
@ -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__); \
|
||||
|
Loading…
Reference in New Issue
Block a user