Fix issues detected by static analysis tool
[platform/upstream/libxkbcommon.git] / gen_tables.sh
index 3621c63..009d421 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-BASE_HEADER_FILE="./xkbcommon/xkbcommon-keysyms.h"
+BASE_HEADER_FILE="./include/xkbcommon/xkbcommon-keysyms.h"
 
 LC_CTYPE=C python scripts/makekeys ${BASE_HEADER_FILE} > ./src/ks_tables.h