Fix files relying on <unistd.h> including <ioleast.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-04-05 18:26:11 +02:00
parent 580418341c
commit 159d8881ec
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <sys/display.h>
#include <fcntl.h>
#include <ioleast.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -22,6 +22,7 @@
*******************************************************************************/
#include <ioleast.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>

View File

@ -24,6 +24,7 @@
#include <errno.h>
#include <error.h>
#include <fcntl.h>
#include <ioleast.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>