Fix gcc4 builds ('EEXIST' was not declared in this scope)

This commit is contained in:
Robin Gareus 2021-11-15 19:11:31 +01:00
parent 8c632c8446
commit 83225886a1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <stdint.h>
#include <errno.h>
#include "pbd/error.h"