diff options
author | David Reid <dreid@apache.org> | 2000-07-03 13:43:10 +0200 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2000-07-03 13:43:10 +0200 |
commit | a4ae129c87ec289260eb51dcc0fafd17115d3c3c (patch) | |
tree | 182d792ae10c222d933ed6cf43e700420ca946ca /os | |
parent | Bring beos back into line following the changes to iol_socket. (diff) | |
download | apache2-a4ae129c87ec289260eb51dcc0fafd17115d3c3c.tar.xz apache2-a4ae129c87ec289260eb51dcc0fafd17115d3c3c.zip |
Stop a compiler warning in maintainer mode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/beos/beosd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/beos/beosd.c b/os/beos/beosd.c index 09c8d1fa61..5cadf5a247 100644 --- a/os/beos/beosd.c +++ b/os/beos/beosd.c @@ -56,6 +56,7 @@ * University of Illinois, Urbana-Champaign. */ +#include <unistd.h> #include "httpd.h" #include "http_config.h" #include "http_main.h" |