Magellan Linux

Annotation of /trunk/systemd/patches/systemd-33-fix-missing.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1484 - (hide annotations) (download)
Wed Aug 3 23:42:09 2011 UTC (12 years, 9 months ago) by niro
File size: 441 byte(s)
added patch to fix a missing include
1 niro 1484 diff -Naur systemd-33/src/load-fragment-gperf.gperf.m4 systemd-33-magellan/src/load-fragment-gperf.gperf.m4
2     --- systemd-33/src/load-fragment-gperf.gperf.m4 2011-08-02 05:11:00.000000000 +0200
3     +++ systemd-33-magellan/src/load-fragment-gperf.gperf.m4 2011-08-04 03:15:52.000000000 +0200
4     @@ -2,6 +2,7 @@
5     #include <stddef.h>
6     #include "conf-parser.h"
7     #include "load-fragment.h"
8     +#include "missing.h"
9     %}
10     struct ConfigPerfItem;
11     %null_strings