diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-01-05 16:05:58 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-01-05 16:06:16 +0900 |
commit | 6aa0bde5ecd6a545228fc6b59e7e54b8f1eea7eb (patch) | |
tree | b5d6dd9f7c7c7de3ec683667fc39fe511eaf1255 /test | |
parent | b8a225b3c3495942480377b7b3404710c70be914 (diff) |
trivial fix
Diffstat (limited to 'test')
-rw-r--r-- | test/test-migration.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-migration.c b/test/test-migration.c index bcd805df..b7d96dcc 100644 --- a/test/test-migration.c +++ b/test/test-migration.c @@ -22,6 +22,9 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |