:: Re: [DNG] Systemd Shims
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Rainer Weikusat
日付: 2015-08-21 13:29 -000
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.