From: Koen Kooi Date: Tue, 2 Aug 2011 05:20:15 +0000 (+0200) Subject: gperf: add missing.h that was present in the C version to the m4 X-Git-Tag: v34~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=612e58b45b84eda7e1f2a82fdfc006f1ae421cb5;hp=b62cfcea00862ccbf0e5e297f8a339f70987edef;ds=sidebyside 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 650f44490..8e52890db 100644 --- a/src/load-fragment-gperf.gperf.m4 +++ b/src/load-fragment-gperf.gperf.m4 @@ -2,6 +2,7 @@ #include #include "conf-parser.h" #include "load-fragment.h" +#include "missing.h" %} struct ConfigPerfItem; %null_strings