mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 12:52:29 +08:00
Attempt to fix the Linux build by including stdint.h
This commit is contained in:
parent
2d43517914
commit
67bb12e569
|
@ -14,6 +14,7 @@
|
|||
|
||||
|
||||
#include <wchar.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "common.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user