::
Re: [DNG] Systemd Shims
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Rainer Weikusat at
2015-08-21 13:23
Steve Litt at
2015-08-21 14:49
Author:
Rainer Weikusat
Date:
2015-08-21 13:29
UTC
To:
dng
Subject:
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.