From 98880e913e8a4f4769ac56ab125bd9ec24b7f431 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 13 Dec 2009 12:02:46 -0800 Subject: [PATCH] always include strerror_r.c --- lib/roken/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index eb4d41a29..f4e97e7ab 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -100,6 +100,7 @@ libroken_la_SOURCES = \ snprintf.c \ socket.c \ strcollect.c \ + strerror_r.c \ strpool.c \ timeval.c \ tm2time.c \ -- 2.11.4.GIT