summaryrefslogtreecommitdiff
path: root/media-libs/fidlib/files/fidlib-0.9.10-Add-missing-unistd.h-include.patch
blob: 2a4ae2d09ea704b586589afc0504e2009920e30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From ffe98aaaef253621d71b73b3a0e54813d220ece9 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Fri, 30 Sep 2022 01:54:08 +0100
Subject: [PATCH] Add missing unistd.h include

--- a/firun.c
+++ b/firun.c
@@ -58,6 +58,7 @@ NL "  -L         Ignore following arguments, display list of filter types."
 #include <ctype.h>
 #include <math.h>
 #include <errno.h>
+#include <unistd.h>
 #include "fidlib.h"
 
 typedef unsigned char uchar;