summaryrefslogtreecommitdiff
path: root/Ports/libgpg-error/patches/0001-Include-errno.h.patch
blob: 3441953f281435af1545ed165b61ce0e20e5845b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Wed, 14 Apr 2021 04:32:34 +0200
Subject: [PATCH] Include errno.h

---
 src/mkerrcodes.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mkerrcodes.c b/src/mkerrcodes.c
index 29c1cc2..a1cbd52 100644
--- a/src/mkerrcodes.c
+++ b/src/mkerrcodes.c
@@ -22,6 +22,7 @@
    system, while this file will be run on the build system.  */
 
 #include <stdio.h>
+#include <errno.h>
 
 #include "mkerrcodes.h"