[systemd-devel] [PATCH] logs-show.c: Fix missing sys/socket.h include
Marcel Holtmann
marcel at holtmann.org
Thu Dec 12 06:18:14 PST 2013
Hi Zbyszek,
>> diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
>> index c99fc7569429..0e3fd3de2630 100644
>> --- a/src/shared/logs-show.c
>> +++ b/src/shared/logs-show.c
>> @@ -23,6 +23,7 @@
>> #include <assert.h>
>> #include <errno.h>
>> #include <sys/poll.h>
>> +#include <sys/socket.h>
>> #include <string.h>
>> #include <fcntl.h>
>>
> Marc-Antoine sent an identical patch, applied the other one.
I would have picked the one with the clear commit subject and not this generic one. I had too generic commit messages ;)
Regards
Marcel
More information about the systemd-devel
mailing list