:: Re: [DNG] Systemd Shims
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Rainer Weikusat
Ημερομηνία:  
Προς: 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.