mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fixed compilation on Linux.
This commit is contained in:
parent
2c5001a5b3
commit
a7ec93b287
1 changed files with 1 additions and 1 deletions
2
kill.cpp
2
kill.cpp
|
@ -17,7 +17,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "fallback.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Reference in a new issue