mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
util.h should include unistd.h
darcs-hash:20060126122134-ac50b-8701e01f5fac64df23b3d3437aea00d0223a05c7.gz
This commit is contained in:
parent
b9c88f4c83
commit
2e35e1ea60
1 changed files with 1 additions and 0 deletions
1
util.h
1
util.h
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Data structure for an automatically resizing dynamically allocated queue,
|
Data structure for an automatically resizing dynamically allocated queue,
|
||||||
|
|
Loading…
Reference in a new issue