Include missing errno.h.

This commit is contained in:
Bang Jun-Young 2001-05-07 18:16:38 +00:00 committed by Alexandre Julliard
parent 645451c632
commit 31031abaa1
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/ioctl.h>
#include "windef.h"
#include "mmddk.h"