device: Add missing errno.h include

This made the flatpak build fail.
This commit is contained in:
Benjamin Berg
2022-05-18 09:09:48 +02:00
parent 56ae75d2b2
commit e86c45c988

View File

@@ -21,6 +21,7 @@
#define FP_COMPONENT "device"
#include <math.h>
#include <fcntl.h>
#include <errno.h>
#include "fpi-log.h"