diff options
Diffstat (limited to 'test/rmlvo-to-keymap.c')
-rw-r--r-- | test/rmlvo-to-keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rmlvo-to-keymap.c b/test/rmlvo-to-keymap.c index c7b5dbd..3a98527 100644 --- a/test/rmlvo-to-keymap.c +++ b/test/rmlvo-to-keymap.c @@ -21,6 +21,7 @@ * DEALINGS IN THE SOFTWARE. */ +#include "config.h" #include <assert.h> #include <errno.h> @@ -29,6 +30,7 @@ #include <stdbool.h> #include <stdlib.h> #include <string.h> + #include "xkbcommon/xkbcommon.h" static bool print = false; |