nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH 17/17] pull in sys_wait module from gnulib


From: Mike Frysinger
Subject: [Nano-devel] [PATCH 17/17] pull in sys_wait module from gnulib
Date: Tue, 21 Feb 2017 17:04:49 -0500

This is used by systems that lack sys/wait.h like Windows.
---
 autogen.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/autogen.sh b/autogen.sh
index 967251ec3a05..531f50b8f758 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,6 +19,7 @@ modules="
        strcase
        strcasestr-simple
        strnlen
+       sys_wait
        vsnprintf-posix
        wchar
        wctype-h
-- 
2.11.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]