[systemd-commits] src/load-fragment-gperf.gperf.m4

Lennart Poettering lennart at kemper.freedesktop.org
Wed Aug 3 18:16:46 PDT 2011


 src/load-fragment-gperf.gperf.m4 |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 612e58b45b84eda7e1f2a82fdfc006f1ae421cb5
Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Aug 2 07:20:15 2011 +0200

    gperf: add missing.h that was present in the C version to the m4
    
    This fixes:
    
    src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function)

diff --git a/src/load-fragment-gperf.gperf.m4 b/src/load-fragment-gperf.gperf.m4
index 650f444..8e52890 100644
--- a/src/load-fragment-gperf.gperf.m4
+++ b/src/load-fragment-gperf.gperf.m4
@@ -2,6 +2,7 @@
 #include <stddef.h>
 #include "conf-parser.h"
 #include "load-fragment.h"
+#include "missing.h"
 %}
 struct ConfigPerfItem;
 %null_strings



More information about the systemd-commits mailing list