Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 551 Bytes

0007-os.h-include-config.h.patch

File metadata and controls

27 lines (21 loc) · 551 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From a31174f922504f54acf47b2088f75c37d1f2cfa1 Mon Sep 17 00:00:00 2001
From: sezero <sezero@users.sourceforge.net>
Date: Tue, 20 Mar 2018 11:30:00 +0300
Subject: [PATCH] os.h: include config.h
---
os.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/os.h b/os.h
index 12ba684..69dc200 100644
--- a/os.h
+++ b/os.h
@@ -17,6 +17,10 @@
********************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <math.h>
#include <ogg/os_types.h>
--
1.7.1