diff options
author | Viktor Szakats <commit@vsz.me> | 2024-06-05 21:05:24 +0200 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2024-06-05 21:05:28 +0200 |
commit | a279b68be958d4044b32d37321443bfea1b5f550 (patch) | |
tree | f33e26c16885412ad2aaf398ad36d612fdbf13bc /include | |
parent | a445294ba52898ac5863e3ae0adfb6bb82287be9 (diff) | |
download | portable-a279b68be958d4044b32d37321443bfea1b5f550.tar.gz portable-a279b68be958d4044b32d37321443bfea1b5f550.tar.bz2 portable-a279b68be958d4044b32d37321443bfea1b5f550.zip |
distribute `compat/stdint.h`
Fixes #1064
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 |
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 | |||
17 | noinst_HEADERS += compat/pthread.h | 17 | noinst_HEADERS += compat/pthread.h |
18 | noinst_HEADERS += compat/readpassphrase.h | 18 | noinst_HEADERS += compat/readpassphrase.h |
19 | noinst_HEADERS += compat/resolv.h | 19 | noinst_HEADERS += compat/resolv.h |
20 | noinst_HEADERS += compat/stdint.h | ||
20 | noinst_HEADERS += compat/stdio.h | 21 | noinst_HEADERS += compat/stdio.h |
21 | noinst_HEADERS += compat/stdlib.h | 22 | noinst_HEADERS += compat/stdlib.h |
22 | noinst_HEADERS += compat/string.h | 23 | noinst_HEADERS += compat/string.h |