Skip to content

Missing include file <unistd.h> in mapcache_detail.c #200

@jbo-ads

Description

@jbo-ads

A compilation error occurs on mapcache_detail.c when OGR / GEOS external packages are disabled (cmake -DWITH_OGR=0 -DWITH_GEOS=0 ..), complaining about undeclared STDERR_FILENO.

The insertion of #include <unistd.h> at the beginning of the file solves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions