On 11 March 2015 at 22:18, Ian Romanick wrote:
> On 03/11/2015 02:44 PM, Emil Velikov wrote:
>> On 11 March 2015 at 20:50, Ian Romanick wrote:
>>> On 03/11/2015 12:12 PM, Emil Velikov wrote:
Required by fstat(), otherwise we'll error out due to implicit function
declaration.
>>>
>>> Alt
On 03/11/2015 02:44 PM, Emil Velikov wrote:
> On 11 March 2015 at 20:50, Ian Romanick wrote:
>> On 03/11/2015 12:12 PM, Emil Velikov wrote:
>>> Required by fstat(), otherwise we'll error out due to implicit function
>>> declaration.
>>
>> Alternate suggestion... include unistd.h unconditionally.
On 11 March 2015 at 20:50, Ian Romanick wrote:
> On 03/11/2015 12:12 PM, Emil Velikov wrote:
>> Required by fstat(), otherwise we'll error out due to implicit function
>> declaration.
>
> Alternate suggestion... include unistd.h unconditionally. I see that's
> already in the #ifdef HAVE_LIBUDEV p
On 03/11/2015 12:12 PM, Emil Velikov wrote:
> Required by fstat(), otherwise we'll error out due to implicit function
> declaration.
Alternate suggestion... include unistd.h unconditionally. I see that's
already in the #ifdef HAVE_LIBUDEV path. Does that work too?
> Cc: "10.4 10.5"
> Bugzilla:
Required by fstat(), otherwise we'll error out due to implicit function
declaration.
Cc: "10.4 10.5"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89530
Signed-off-by: Emil Velikov
---
src/loader/loader.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/loader/lo