ping: Add some missing includes.

This commit is contained in:
Alexandre Julliard 2010-12-31 19:46:13 +01:00
parent 28bdb8c58a
commit fcc01c4bdb
1 changed files with 8 additions and 1 deletions

View File

@ -17,8 +17,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <unistd.h>
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <windows.h>
#include "wine/debug.h"