[systemd-commits] src/tmpfiles

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Mar 13 17:28:24 PDT 2013


 src/tmpfiles/tmpfiles.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d39efe744a050cf2231459262e04a87fb0da3d7f
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Mar 13 20:20:54 2013 -0400

    tmpfiles: add missing missing.h include
    
    mbiebl> src/tmpfiles/tmpfiles.c:221:13: error: ‘MAX_HANDLE_SZ’
            undeclared (first use in this function)
    
    Fixup for 427b47c4abaf4b5.

diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index 4a76a2f..614644a 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -43,6 +43,7 @@
 #include "log.h"
 #include "util.h"
 #include "macro.h"
+#include "missing.h"
 #include "mkdir.h"
 #include "path-util.h"
 #include "strv.h"



More information about the systemd-commits mailing list