Patch #1492356: Port to Windows CE (patch set 1).

This commit is contained in:
Martin v. Löwis 2006-05-22 09:15:18 +00:00
parent f90347fdbb
commit a43190bc78
10 changed files with 176 additions and 116 deletions

View file

@ -35,7 +35,9 @@
#endif
#include <string.h>
#ifndef DONT_HAVE_ERRNO_H
#include <errno.h>
#endif
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>