diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-09 00:12:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-09 00:12:35 -0800 |
commit | 4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch) | |
tree | 44d96204ce5ebd144662234e6185d542838be9d1 /lib-src/test-distrib.c | |
parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.bz2 emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip |
Include <unistd.h> unilaterally.
Diffstat (limited to 'lib-src/test-distrib.c')
-rw-r--r-- | lib-src/test-distrib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib-src/test-distrib.c b/lib-src/test-distrib.c index aca46f121fa..bdb5b160491 100644 --- a/lib-src/test-distrib.c +++ b/lib-src/test-distrib.c @@ -22,10 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> #include <fcntl.h> - -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif /* Break string in two parts to avoid buggy C compilers that ignore characters after nulls in strings. */ |