Skip to content

Commit

Permalink
fix: chewing.h should be used for include directive
Browse files Browse the repository at this point in the history
This fixes compilation errors when chewing.h is installed to
a non-standard custom path.
  • Loading branch information
sonata-chen committed Jul 27, 2024
1 parent 80a76c7 commit aa7a47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/ibus-setup-chewing-about.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "ibus-setup-chewing-about.h"

#include <chewing/chewing.h>
#include <chewing.h>
#include <glib/gi18n.h>
#include <stdio.h>

Expand Down

0 comments on commit aa7a47d

Please sign in to comment.