test/sfd.c: add missing includes

This commit is contained in:
Elliott Hughes 2015-02-19 21:27:55 -08:00 committed by Dmitry V. Levin
parent 34bbcc6270
commit 5061ef20ef

View File

@ -1,5 +1,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(int argc, char *argv[])
{