]> git.ipfire.org Git - thirdparty/systemd.git/blame - extras/volume_id/volume_id/logging.h
[PATCH] The following patch fixes some warnings when compiling volume_id
[thirdparty/systemd.git] / extras / volume_id / volume_id / logging.h
CommitLineData
9e8a3a09
KS
1/*
2 * volume_id_logging - this file is used to map the dbg() function
c033fd9f 3 * to the user's logging facility
9e8a3a09
KS
4 *
5 */
6
7#ifndef _VOLUME_ID_LOGGING_H_
8#define _VOLUME_ID_LOGGING_H_
9
10#ifndef _GNU_SOURCE
11#define _GNU_SOURCE 1
12#endif
13
14#ifdef HAVE_CONFIG_H
15#include <config.h>
16#endif
17
c033fd9f 18/* just use the udev version */
9066c16a 19#include "../../../logging.h"
9e8a3a09
KS
20
21#endif /* _VOLUME_ID_LOGGING_H_ */