aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2024-06-05 21:05:24 +0200
committerViktor Szakats <commit@vsz.me>2024-06-05 21:05:28 +0200
commita279b68be958d4044b32d37321443bfea1b5f550 (patch)
treef33e26c16885412ad2aaf398ad36d612fdbf13bc
parenta445294ba52898ac5863e3ae0adfb6bb82287be9 (diff)
downloadportable-a279b68be958d4044b32d37321443bfea1b5f550.tar.gz
portable-a279b68be958d4044b32d37321443bfea1b5f550.tar.bz2
portable-a279b68be958d4044b32d37321443bfea1b5f550.zip
distribute `compat/stdint.h`
Fixes #1064
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 22819c8..feaaa60 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -17,6 +17,7 @@ noinst_HEADERS += compat/poll.h
17noinst_HEADERS += compat/pthread.h 17noinst_HEADERS += compat/pthread.h
18noinst_HEADERS += compat/readpassphrase.h 18noinst_HEADERS += compat/readpassphrase.h
19noinst_HEADERS += compat/resolv.h 19noinst_HEADERS += compat/resolv.h
20noinst_HEADERS += compat/stdint.h
20noinst_HEADERS += compat/stdio.h 21noinst_HEADERS += compat/stdio.h
21noinst_HEADERS += compat/stdlib.h 22noinst_HEADERS += compat/stdlib.h
22noinst_HEADERS += compat/string.h 23noinst_HEADERS += compat/string.h