common.c: Include the header file for ioctl()

darcs-hash:20051128144202-35ec8-5148e095c81538cb26c232e93dbe94a93e75e253.gz
This commit is contained in:
James Vega 2005-11-29 00:42:02 +10:00
parent 6bf58e44f4
commit 8fcacdd5df

View file

@ -13,6 +13,7 @@ parts of fish.
#include <stdio.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <wctype.h>