Add unistd.h for usleep().

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Connor Behan <connor.behan@gmail.com>
This commit is contained in:
Thomas Klausner
2015-08-06 14:51:00 +02:00
parent b8d1edfcc8
commit ddc0c72d45
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <unistd.h>
#include "osdef.h"
#include "vgatypes.h"

View File

@@ -34,6 +34,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <unistd.h>
#include "xf86.h"
#include "xf86_OSproc.h"