* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
This commit is contained in:
parent
9de940b59e
commit
8271973583
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* process.c: Do not include <sys/wait.h>, syswait.h does it.
|
||||
|
||||
* sysdep.c (flush_pending_output): Remove code, does not do
|
||||
anything on any platform.
|
||||
|
||||
|
|
|
@ -67,10 +67,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include <bsdtty.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_WAIT
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RES_INIT
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/nameser.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue