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)
This commit is contained in:
Koen Kooi 2011-08-02 07:20:15 +02:00 committed by Lennart Poettering
parent b62cfcea00
commit 612e58b45b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <stddef.h>
#include "conf-parser.h"
#include "load-fragment.h"
#include "missing.h"
%}
struct ConfigPerfItem;
%null_strings