aboutsummaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-10 10:14:24 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-10 10:14:24 -0400
commit1604c0fe0e5ce74538555c19a307ad38d0fca358 (patch)
treec1af3930001ae70511d4b239da703286926b5338 /src/ext/include.am
parent3145e469d8d72ccc2a4e9317c83331df7cc29803 (diff)
downloadtor-1604c0fe0e5ce74538555c19a307ad38d0fca358.tar.gz
tor-1604c0fe0e5ce74538555c19a307ad38d0fca358.zip
Add the compatibility definition for getdelim.c from netbsd.
We shouldn't actually need this code nearly anywhere we build: getdelim is POSIX, and mingw provides it.
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index 7ec2e43312..6bdce2d79e 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -10,6 +10,7 @@ EXTHEADERS = \
src/ext/tor_readpassphrase.h \
src/ext/strlcat.c \
src/ext/strlcpy.c \
+ src/ext/getdelim.c \
src/ext/tinytest_macros.h \
src/ext/tor_queue.h \
src/ext/siphash.h \
@@ -173,4 +174,3 @@ EXTRA_DIST += \
src/ext/timeouts/Makefile \
src/ext/timeouts/Rules.shrc \
src/ext/timeouts/test-timeout.c
-