From a279b68be958d4044b32d37321443bfea1b5f550 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 5 Jun 2024 21:05:24 +0200 Subject: distribute `compat/stdint.h` Fixes #1064 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 noinst_HEADERS += compat/pthread.h noinst_HEADERS += compat/readpassphrase.h noinst_HEADERS += compat/resolv.h +noinst_HEADERS += compat/stdint.h noinst_HEADERS += compat/stdio.h noinst_HEADERS += compat/stdlib.h noinst_HEADERS += compat/string.h -- cgit v1.2.3-55-g6feb