summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-05-15 06:20:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-05-15 06:20:23 (GMT)
commit735e5a34b67479facb1650d5d8b7a63e73215fed (patch)
tree20de3f84ad8697b45342b5da3c2d333ce8703488
parent8b26581fe8606e743e57f5a6cc38c5b89eca3599 (diff)
Include a missing header.
-rw-r--r--src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 4da8170..1a8f8c4 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -28,6 +28,7 @@ libcommon_la_SOURCES = \
shuffle.h shuffle.c \
sort.h sort.c \
sqlite.h sqlite.c \
+ szstr.h \
utf8.h utf8.c \
xdg.h xdg.c \
xml.h xml.c