Added #include <sys/types.h> to fix compilation on OS/2.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-04-13 10:21:02 +00:00
rodzic ad76398849
commit 2cbddc816e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -50,6 +50,7 @@
This code has not been tested on anything other than Linux/i386.
*/
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h> /* open */
#include <stdio.h>