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:
Diffstat (limited to '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>