chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / extras / volume_id / volume_id / logging.h
index c81dc5756737817921692b9975f0f9024d151e73..4a8aa50d4c8617a4a7e17f68c2d483b24a59ba23 100644 (file)
@@ -2,6 +2,9 @@
  * volume_id_logging - this file is used to map the dbg() function
  *                     to the user's logging facility
  *
+ *     This program is free software; you can redistribute it and/or modify it
+ *     under the terms of the GNU General Public License as published by the
+ *     Free Software Foundation version 2 of the License.
  */
 
 #ifndef _VOLUME_ID_LOGGING_H_
@@ -16,6 +19,6 @@
 #endif
 
 /* just use the udev version */
-#include "../../logging.h"
+#include "../../../logging.h"
 
 #endif /* _VOLUME_ID_LOGGING_H_ */