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:
authorPavel Roskin <plroskin@gmail.com>2017-03-03 07:30:25 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-03-04 08:05:58 +0300
commitfbba97a7a9fe72f663af0cd22fae7a83e3c47783 (patch)
treeb45af9b700615a8dccbc55802da70c109c0a9458
parent72efbf96ba1f8eb3e301edddf164d245135edb44 (diff)
Include config_ac.h from tests/rfxencode.c
-rw-r--r--tests/rfxencode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rfxencode.c b/tests/rfxencode.c
index 66fb173..d8d1dfc 100644
--- a/tests/rfxencode.c
+++ b/tests/rfxencode.c
@@ -16,6 +16,10 @@
* limitations under the License.
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>