Skip to content

Commit e86c45c

Browse files
author
Benjamin Berg
committed
device: Add missing errno.h include
This made the flatpak build fail.
1 parent 56ae75d commit e86c45c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libfprint/fpi-device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define FP_COMPONENT "device"
2222
#include <math.h>
2323
#include <fcntl.h>
24+
#include <errno.h>
2425

2526
#include "fpi-log.h"
2627

0 commit comments

Comments
 (0)