]> git.ipfire.org Git - thirdparty/systemd.git/blob - 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
1 /*
2 * volume_id_logging - this file is used to map the dbg() function
3 * to the user's logging facility
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
18 /* just use the udev version */
19 #include "../../../logging.h"
20
21 #endif /* _VOLUME_ID_LOGGING_H_ */