::
Re: [DNG] Systemd Shims
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
このメッセージは次のスレッドの一部です:
日付によるスレッドの仕分け
Rainer Weikusat 、
2015-08-21 11:23
Hendrik Boom 、
2015-08-21 13:05
著者:
Rainer Weikusat
日付:
2015-08-21 11:29
UTC
To:
dng
題目:
Re: [DNG] Systemd Shims
Rainer Weikusat <rainerweikusat@???> writes:
[...]
> #include <stdlib.h>
> #include <stdio.h>
There's an
#include <unistd.h>
missing here in order to make the code compile w/o warnings.