Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2017-02-20 10:14:28 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-26 12:24:52 +0300
commit4406f1f8aaef4d448d2b2d3e12854b97c7897097 (patch)
tree2933b60cd891a452e022d5e26f7670a7b12f3a92
parent5eca8902b7ce5bdc90125fa6cf9b806a9ec12ea1 (diff)
add HAVE_CONFIG_H to .c files
-rw-r--r--src/rfxencode_diff_rlgr1.c4
-rw-r--r--src/rfxencode_diff_rlgr3.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/rfxencode_diff_rlgr1.c b/src/rfxencode_diff_rlgr1.c
index 76ea52e..3548f78 100644
--- a/src/rfxencode_diff_rlgr1.c
+++ b/src/rfxencode_diff_rlgr1.c
@@ -23,6 +23,10 @@
* [MS-RDPRFX] 3.1.8.1.7.3 RLGR1/RLGR3 Pseudocode
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/rfxencode_diff_rlgr3.c b/src/rfxencode_diff_rlgr3.c
index c11e512..cdbb8f7 100644
--- a/src/rfxencode_diff_rlgr3.c
+++ b/src/rfxencode_diff_rlgr3.c
@@ -23,6 +23,10 @@
* [MS-RDPRFX] 3.1.8.1.7.3 RLGR1/RLGR3 Pseudocode
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>