Unverified Commit 1b6c3e88 authored by Victor Ananjevsky's avatar Victor Ananjevsky Committed by GitHub

Merge pull request #40 from maxice8/fix-musl

pfd.c: add missing locale.h include for musl.
parents 200661ed d147173e
......@@ -22,6 +22,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <pango/pango.h>
#include <locale.h>
typedef enum {
PANGO_SPEC,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment