mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
common.c: Include the header file for ioctl()
darcs-hash:20051128144202-35ec8-5148e095c81538cb26c232e93dbe94a93e75e253.gz
This commit is contained in:
parent
6bf58e44f4
commit
8fcacdd5df
1 changed files with 1 additions and 0 deletions
1
common.c
1
common.c
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue