From 5312f4de31df74c81bebd83ab17f44ff930f1444 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 \