Skip to content

Commit

Permalink
fix(font): fix to get the correct file path (#187)
Browse files Browse the repository at this point in the history
Change to include config.h.
However, applying this change will cause memory leak in make test.
  • Loading branch information
hyugabokko authored and lc-soft committed Nov 27, 2019
1 parent 02384f5 commit 6d54685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/font/fontconfig.c
Expand Up @@ -28,6 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include "config.h"

#ifndef LCUI_BUILD_IN_WIN32

#include <LCUI_Build.h>
Expand Down

0 comments on commit 6d54685

Please sign in to comment.