Skip to content

Commit 5bdc6e6

Browse files
committed
compat: added missing packaging entries
Signed-off-by: Hofi <[email protected]>
1 parent 290bb90 commit 5bdc6e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/compat/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ set(COMPAT_HEADERS
1818
compat/cpp-end.h
1919
compat/curl.h
2020
compat/json.h
21+
compat/inttypes.h
2122
PARENT_SCOPE)
2223

2324
set(COMPAT_SOURCES

lib/compat/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ compatinclude_HEADERS = \
2222
lib/compat/un.h \
2323
lib/compat/cpp-start.h \
2424
lib/compat/cpp-end.h \
25-
lib/compat/curl.h
25+
lib/compat/curl.h \
26+
lib/compat/inttypes.h
2627

2728
compat_sources = \
2829
lib/compat/getutent.c \

0 commit comments

Comments
 (0)